[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: running LUA code step by step
- From: "Curt Carpenter" <curtc@...>
- Date: Fri, 15 Mar 2002 14:12:15 -0800
> Lua 4.1w4 already contains native coroutines, which will help to run
things "in parallel". Check it out. --lhf
I think what Sean is talking about is what I was talking about, namely
scripts that have blocking calls (into C). I don't understand how this
would be accomplished with Lua's coroutines, but my previous email
explains how I did it.
Curt