You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you come from JS world you expect await to await a promise.
Thus awaiting multiple times should yield the same result.
A mature promise library seems to be this. There are more on github:
If you come from JS world you expect await to await a promise.
Thus awaiting multiple times should yield the same result.
A mature promise library seems to be this. There are more on github:
https://eryn.io/roblox-lua-promise/docs/WhyUsePromises
And that wrapper already exists from changelog:
Promise.promisify
now usescoroutine.wrap
instead of `Promise.spawnbut that requires tasks and some game engine..
Here is yet another implementation:
https://github.com/javalikescript/luajls
The text was updated successfully, but these errors were encountered: