Function rglua::lua::lua_xmove

source · []
pub fn lua_xmove(from: LuaState, to: LuaState, n: c_int)
Expand description

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.