module

Lua::StackMixin::CoroutineSupport

Instance methods

newthread(f : Function)

Creates new thread and returns a coroutine that wraps that state and function f

Source
status

Returns the status of the current thread.

Source