served.utils.async

Undocumented in source.

Members

Functions

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, int pages, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

spawnFiberImpl
void delegate(void delegate(), int pages, string file, int line) spawnFiberImpl;
Undocumented in source.
timeoutID
int timeoutID;
Undocumented in source.
timeouts
Timeout[] timeouts;
Undocumented in source.
timeoutsMutex
Mutex timeoutsMutex;
Undocumented in source.

Structs

Timeout
struct Timeout
Undocumented in source.

Meta