[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: co-routines [was Re: Unicode]
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 30 Jan 2001 23:35:04 -0200 (EDT)
>> 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