pub unsafe extern "C" fn pushthread(state: lua_State) -> i32
Pushes the thread represented by state onto the stack. Returns 1 if this thread is the main thread of its state.
state