lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 2 October 2016 at 08:29, Maximum Of Enter ytb
<maximumofenter@yandex.ru> wrote:
> Currently, you can use https://github.com/saucisson/lua-coronest for better
> nested coroutine logic. But it would be nice if it was implemented on the C
> LuaVM side.

Another alternative for properly nested coroutines:

https://luarocks.org/modules/mascarenhas/taggedcoro
https://luarocks.org/modules/mascarenhas/taggedcoro-purelua

This would be indeed a welcome addition.

-- Hisham