lua-users home
lua-l archive

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


On 1/26/06, Javier Guerra <javier@guerrag.com> wrote:
On Thursday 26 January 2006 1:27 pm, Jon Smirl wrote:
> Implementing threads isn't really needed, lua code in a loop can
> always yield if it wants to. What you can't fix is a system call that
> doesn't return for ten seconds.

right, another example of a successfull nonblocking IO is the 'classic' MacOS
(pre X).

Care to share some links/examples? Is this model applicable to Lua?

regards,
-joe

--
Javier





--
If it ain't broke, break it.  How else are you going to figure out how it works?