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
{{ message }}
This repository was archived by the owner on May 15, 2023. It is now read-only.
❗ To keep things in one place I opened the issue in this repository, but this should be moved later. ❗
Hoping to introduce a Promise library in TFM Lua, and later on posssibly bundle a async/await library.
The async await library aims to be familiar with Javascript users, keeping code straightforward with error paths handled neatly. Using coroutines in Lua, this should be somewhat implementable to an extent.