lua_callk[-(nargs + 1), +nresults, e]
lua_callk
void lua_callk (lua_State *L, int nargs, int nresults, lua_KContext ctx, lua_KFunction k);
This function behaves exactly like lua_call, but allows the called function to yield (see §4.7).
lua_call
Please login to continue.
Please login to continue.