lua_callk
[-(nargs + 1), +nresults, e]
1 2 3 4 5 | 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).
Please login to continue.