[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 11 Jan 2010 13:27:43 -0200
> Roberto Ierusalimschy wrote:
> >- no more fenv for threads
>
> By "threads" you mean "coroutines"?
> (I'm always a bit confused here)
A coroutine is a thread used in a particular way.
-- Roberto