[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: snapshot of Lua 4.1 (work)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 9 May 2001 16:09:08 -0300 (EST)
>I am a little confused. I thought coroutines were going to be part of the
>4.1 release?
Lua 4.1 will bring *support* for coroutines and multithreading, possibily with
sample implementations. After all, this is our philosophy: provide the tools,
not the features...
>If not, I'll give the CORO library a shot, and see what I can get it to do.
Please do. Again, what we're looking for is a *library* for coroutines,
much in the same vein as the library for multithreading with pthreads that
Roberto posted today.
--lhf