|
On Sep 2, 2013, at 9:49 PM, Hao Wu <wuhao.wise@gmail.com> wrote:
Well it kinda does in that even with a coroutine Lua_State, lua_getallocf() gets the same ud pointer every time. In our model we treat the totality of all coroutines as equal, we don't need to track individual coroutine states, since the entire Lua VM is opaque to us (by design). --Tim |