|
On Jun 21, 2016 10:45 AM, "Roberto Ierusalimschy" <roberto@inf.puc-rio.br> wrote:
...
> Right: couroutine is a specific use case of a Lua thread. As it is the
> only use of threads inside Lua code, we can say that, looking from Lua,
> coroutine = thread.
Is it correct to say that a Lua thread is a fiber? I.e. not an OS or pthread?
- gregg