libasync v0.7.2 (2015-04-02T16:24:07Z)
Dub
Repo
Waiter
libasync
threads
Undocumented in source.
nothrow
struct
Waiter {
Mutex
mtx
;
Condition
cond
;
}
Members
Variables
cond
Condition
cond
;
Undocumented in source.
mtx
Mutex
mtx
;
Undocumented in source.
Meta
Source
See Implementation
libasync
threads
classes
CmdProcessor
enums
CmdInfoType
functions
destroyAsyncThreads
popWaiter
spawnAsyncThreads
static variables
gs_closing
gs_jobs
gs_started
gs_threads
gs_waiters
gs_wlock
structs
CommandInfo
Waiter
variables
gs_threadCnt