hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
TaskPool.this
hunt
util
TaskPool
TaskPool
Allows for custom number of worker threads.
this
()
this
(size_t nWorkers, bool isDaemon)
class
TaskPool
this
(
size_t
nWorkers
,
bool
isDaemon
= false
)
Meta
Source
See Implementation
hunt
util
TaskPool
TaskPool
constructors
this
functions
checkStatus
finish
isDaemon
put
stop
static variables
threadIndex
variables
isSingleTask
nextThreadIndex
queueMutex
waiterCondition
waiterMutex
workerCondition
Allows for custom number of worker threads.