[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Feature Request: nested coroutines
- From: Hisham <h@...>
- Date: Wed, 5 Oct 2016 15:34:44 -0300
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