ThreadValue

Thread contents of a Value

Members

Variables

env
TableValue env;

The environment of this thread

fiber
Fiber fiber;

The D fiber that corresponds to this Lua thread

status
CoroutineStatus status;

The status of this thread

Meta