lua-users home
lua-l archive

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


It was thus said that the Great Paul K once stated:
> Hi Sean,
> 
> > I thought that you could yield through a C-call boundary in Lua 5.2.  Or
> am I mistaken?
> 
> I'll have to try that, but for this project I'm limited (at least for
> now) to Lua/LuaJIT 5.1, so need to find a solution that works for
> those environments as well.

  I just came across this today:

	http://coco.luajit.org/

which allows you to yield across the C boundary for Lua 5.1.  

  -spc