- clearTimeout
void clearTimeout(int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- parallelMain
void parallelMain()
Undocumented in source. Be warned that the author may not have intended to support it.
- setImmediate
void setImmediate(void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTimeout
int setTimeout(void delegate() callback, int ms)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTimeout
int setTimeout(void delegate() callback, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- spawnFiber
void spawnFiber(void delegate() cb, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
- spawnFiber
void spawnFiber(void delegate() cb, int pages, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.