lua-users home
lua-l archive

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


> Is it possible to yield from the opcode count hook under Lua 5.0 beta?

Yes. Just finish your hook with 

  lua_yield(L, 0);

-- Roberto