Re: running LUA code step by step
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: running LUA code step by step
- From: Steve Dekorte <steve@...>
- Date: 2002年3月15日 13:33:11 -0800
On Friday, March 15, 2002, at 12:30 PM, Sean Middleditch wrote:
Yes, I'm also looking for a similar solution. I want Lua to be able to
rune multiple chunks/states/threads/whatever, but be interuptable (to
give control back to the controlling thread).
I think the yield patch can accomplish this in a cooperative way.
Steve