lua-users home
lua-l archive

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


> 
> no, that lua_newthread() creates a lua 'thread' value.  i think it's the
> basic
> value that holds state, used to create coroutines.  it gets confusing
> because
> of the name, but it's a different thing.

Would it be more appropriate to call a Lua thread a Lua Fiber (to borrow the
terminology from Windows) to avoid such confusion? I am just thinking out
loud. 

For the curious,
http://msdn.microsoft.com/msdnmag/issues/03/09/CoroutinesinNET/default.aspx
throws some more light on the subject of Fiber.

Vijay Aswadhati