- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(void[] stackArea, void function(void*) nothrow fn, void* opaque)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(void[] stackArea, void delegate() nothrow dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- switchTo
void switchTo(Fibril next, void** rspForGc)
Undocumented in source. Be warned that the author may not have intended to support it.