pushThread abstract method

void pushThread(
  1. LuaState L
)

Pushes a thread onto the stack.

Implementation

void pushThread(LuaState L);