lua-users home
lua-l archive

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


> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org]
> On Behalf Of Rob Hoelz
> Sent: maandag 16 april 2012 9:11
> To: lua-l@lists.lua.org
> Subject: Re: c module, using static variables
> 
> Here's another thread that I started that discussed this issue:
> 
> http://lua-users.org/lists/lua-l/2011-10/msg00830.html
> 
> -Rob

Interesting reading, but it seems to deal with sync callbacks, where I have
async callbacks. So I can't re-enter a state as another OS thread might
still be executing within the lua state.

Anyway some good insights in the coroutine caveats.

Thijs