serve-d ~master (2022-12-14T11:55:28Z)
Dub
Repo
spawnFiber
served
utils
async
Undocumented in source. Be warned that the author may not have intended to support it.
void
spawnFiber
(void delegate() cb, string file, int line)
void
spawnFiber
(void delegate() cb, int pages, string file, int line)
void
spawnFiber
(
void
delegate
(
)
cb
,
int
pages
,
string
file
= __FILE__
,
int
line
= __LINE__
)
Meta
Source
See Implementation
served
utils
async
functions
clearTimeout
parallelMain
setImmediate
setTimeout
spawnFiber
static variables
defaultFiberPages
spawnFiberImpl
timeoutID
timeouts
timeoutsMutex
structs
Timeout