pushThread method

void pushThread()

Pushes the current thread (coroutine) to the stack.

Implementation

void pushThread() => lua_pushthread(L);