lua-coronest
lua-coronest copied to clipboard
Lua coroutines that allow nesting
Results
2
lua-coronest issues
Sort by
recently updated
recently updated
newest added
This changes the library so that string tags are auto-converted into a private table, and so that the return `coroutine` table is cached by tag. The combination means that a...
It checks if debug or getfenv are avaliable, and uses them to create a new "coroutine" table inside coroutines upon coroutine creation. Thus, coroutines created inside coroutines won't yield to...