Re: stepping scripts and multi-tasking
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: stepping scripts and multi-tasking
- From: Mikael Eriksson <mikael_miffe_eriksson@...>
- Date: 2008年2月14日 01:14:44 +0100
On Wed, Feb 13, 2008 at 04:28:30PM -0700, Patrick Donnelly wrote:
> You could set up a hook for each thread and use longjmps in each
> handler to jump back and forth across threads.
You can lua_yield from the hook.