module Lua::StackMixin::CoroutineSupport
Direct including types
Defined in:
lua/stack/coroutine_support.crInstance Method Summary
-
#newthread(f : Function)
Creates new thread and returns a coroutine that wraps that state and function
f
-
#status
Returns the status of the current thread.
Instance Method Detail
Creates new thread and returns a coroutine that wraps
that state and function f