Function pushthread

Source
pub unsafe extern "C" fn pushthread(state: lua_State) -> i32
Expand description

Pushes the thread represented by state onto the stack. Returns 1 if this thread is the main thread of its state.