promise-lua icon indicating copy to clipboard operation
promise-lua copied to clipboard

An es6-javascript Promise mechanism implemented by Lua.

Results 2 promise-lua issues
Sort by recently updated
recently updated
newest added

unpack pcall result(s) from the callback to the promise resolve/reject arguments

When a promise is rejected and the calling application fail or forget to catch it, The error is silently ignored making things hard to debug. This kind of mistake is...