hunt v1.4.18 (2021-11-01T06:18:24Z)
Home
Dub
Repo
PoolStatus
hunt
concurrency
TaskPool
class
PoolStatus {
size_t
total
;
int
active
;
int
idle
;
int
waiting
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
active
int
active
;
Undocumented in source.
idle
int
idle
;
Undocumented in source.
total
size_t
total
;
Undocumented in source.
waiting
int
waiting
;
Undocumented in source.
Meta
Source
See Implementation
hunt
concurrency
TaskPool
classes
AbstractTask
ParallelismThread
PoolStatus
Task
TaskPool
enums
PoolState
ThreadState
functions
addressOf
makeTask
run