pushThread method
void
pushThread()
Pushes the current thread (coroutine) to the stack.
Implementation
void pushThread() => lua_pushthread(L);
Pushes the current thread (coroutine) to the stack.
void pushThread() => lua_pushthread(L);