Coroutine

Undocumented in source.

Members

Functions

isMain
bool isMain()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

callStack
LinkedList!(Coroutine*) callStack;
Undocumented in source.
context
void* context;
Undocumented in source.
entryPoint
CoroutineFunc entryPoint;
Undocumented in source.
registers
ulong[REGISTERS.COUNT] registers;
Undocumented in source.
stack
CoroutineStack stack;
Undocumented in source.
state
CoroutineState state;
Undocumented in source.
suspendedStack
CoroutineSuspendedStack suspendedStack;
Undocumented in source.

Meta