$ luarocks install promise-lua
promise-lua is an es6-javascript Promise mechanism implemented by Lua, with the exception that `then` function is replaced by `thenCall` since `then` is a keyword of Lua languange.
Versions
Dependencies
lua >= 5.1
$ luarocks install promise-lua
promise-lua is an es6-javascript Promise mechanism implemented by Lua, with the exception that `then` function is replaced by `thenCall` since `then` is a keyword of Lua languange.