lua-users home
lua-l archive

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


On Mon, Jan 11, 2010 at 07:41:07PM +0100, Duboucher Thomas wrote:
> 	Another question
> $> print(C)
> 	Why is C referred as a 'thread' instead of a coroutine in the error
> message? :)

because "coroutine" also has a 'r' as third letter :D

Hihihi well honestly Lua sees it like this:
"
The type thread represents independent threads of execution and
it is used to implement coroutines (see §2.11).
"
in http://www.lua.org/manual/5.1/manual.html#2.2