[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: Klaus Ripke <paul-lua@...>
- Date: Tue, 12 Jan 2010 09:12:50 +0100
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
- References:
- Re: [ANN] Lua 5.2.0 (work1) now available, Alexander Gladysh
- Re: [ANN] Lua 5.2.0 (work1) now available, Ignacio Burgueño
- Re: [ANN] Lua 5.2.0 (work1) now available, steve donovan
- Re: [ANN] Lua 5.2.0 (work1) now available, Alexander Gladysh
- Re: [ANN] Lua 5.2.0 (work1) now available, steve donovan
- Re: [ANN] Lua 5.2.0 (work1) now available, Tom N Harris
- Re: [ANN] Lua 5.2.0 (work1) now available, Nevin Flanagan
- Re: [ANN] Lua 5.2.0 (work1) now available, Tom N Harris
- Re: [ANN] Lua 5.2.0 (work1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.2.0 (work1) now available, Duboucher Thomas