module Lua::StackMixin::CoroutineSupport

Direct including types

Defined in:

lua/stack/coroutine_support.cr

Instance Method Summary

Instance Method Detail

def newthread(f : Function) #

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


[View source]
def status #

Returns the status of the current thread.


[View source]