- 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.