[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: luaL_dofile() returns LUA_YIELD ?
- From: "Pixel Pusher" <pixpush@...>
- Date: Wed, 21 Nov 2007 15:14:19 +0100
Hi again,
can anyone plase point me to documented cases where luaL_dofile() returns a LUA_YIELD error code ?
It is not very clear in the docs what to do in such a case (I only found it in lua.h...but isn't commented there as well) ...since yelding is only documented for coroutines, rather than other functions.
Does it have something to do with the recovery functions in "ldo.c" in the Lua source code ?
Thanks for any help.