lua-users home
lua-l archive

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


>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