[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Coroutine and lua_State problem, API addition request?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 25 Aug 2004 16:14:50 -0300
> Maybe this kind of function could be added to the API?
Can't you simply use the registry for that? You can add the main
thread into the register (as a light userdata) when you create it;
later any thread gives you access to the (same) registry, wherein
you can get the main thread.
-- Roberto