lua-users home
lua-l archive

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


On 9/16/05, David Morris-Oliveros <david@teambondi.com> wrote:
> Yes, lua_newthread creates a coroutine with a new (sub) lua_State. You
> then start it with lua_resume(). It won't block other coroutines, since
> you have to timeslice them anyway manually.
> 
> Does this make sense?


yes. thank you very much. just need to confirm that. :-)
-- 
salud,
eyan

http://www.eyan.org