lua-users home
lua-l archive

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


On Thu, Nov 06, 2003 at 08:38:18AM -0600, Chris Mumford wrote:
> Doesn't this require a parent Lua thread to spawn off the coroutine?
> 

yes, but these are Lua "threads", not os "threads" (i.e. they are
entirely internal to Lua - the os doesn't know or care about them).

-taj