AndThen
AndThen copied to clipboard
Lua Promises library inspired by Q
Results
2
AndThen issues
Sort by
recently updated
recently updated
newest added
can you give a simple demo ?
In Lua 5.2 ["Modules are not expected to set global variables."](http://www.lua.org/manual/5.2/manual.html#8.2) It would be nice if AndThen would adhere to that. ``` $ lua5.2 -e 'print(require("AndThen"))' true ``` Modules are...