lua-users home
lua-l archive

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


>> Lua 4.1 will have full support for co-routines (and multi-threads)
>> implemented *outside* Lua.
>
>Some sample implementations for the commonest platforms would really help.

Yes, we plan to distribute (in lua/etc/) at least an implementation based on
pthreads, and possibily an implementation based on coroutines, either for a
setjmp hack that I wrote or for Edgar Toernig's package available at
http://themen01.exit.de/user/member/froese/ .
--lhf