lua_pcallk
[-(nargs + 1), +(nresults|1), –]
1 2 3 4 5 6 | int lua_pcallk (lua_State *L, int nargs, int nresults, int msgh, lua_KContext ctx, lua_KFunction k); |
This function behaves exactly like lua_pcall
, but allows the called function to yield (see §4.7).
Please login to continue.