pub fn lua_pushthread(l: LuaState) -> c_int
Pushes a given thread (representing l) to the stack.
l
1 if the thread is the main thread of the state.