[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why I can't resume a coroutine created in a previous call to a C function?
- From: Thiago Padilha <tpadilha84@...>
- Date: Wed, 8 Oct 2014 10:08:31 -0300
That seems exactly what I need, the good thing is that it becomes
portable to lua 5.2. Thanks Ignacio!
On Wed, Oct 8, 2014 at 9:15 AM, Ignacio Burgueño <iburgueno@gmail.com> wrote:
> Why don't you take a look at coxpcall? It seems it does what you need.
>
> https://lua-toolbox.com/module/249
> https://github.com/keplerproject/coxpcall