lua-users home
lua-l archive

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


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.