hunt ~master (2022-04-01T03:44:56Z)
Home
Dub
Repo
PoolStatus
hunt
util
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
util
TaskPool
classes
AbstractTask
ParallelismThread
PoolStatus
Task
TaskPool
enums
PoolState
ThreadState
functions
addressOf
makeTask
run