[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: coroutines
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 9 Aug 2002 08:14:37 -0300
>I remember reading that the new versions of Lua will have coroutines and
>something about this involving some platform specific assembly. Is this
>still the case? If so, could you share some of the technical details of
>how you implemented this?
To add to Thatcher Ulrich's explanation, Lua 5.0 will also support *external*
multithread and coroutines, meaning that if your system has those then you
can define a few macros and recompile Lua and have a multithreaded Lua system.
--lhf