lua_xmove
void lua_xmove (lua_State *from, lua_State *to, int n);
Exchange values between different threads of the same global state.
This function pops n values from the stack from, and pushes them onto the stack to.
n
from
to