hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
makeTask
hunt
util
TaskPool
Undocumented in source. Be warned that the author may not have intended to support it.
auto
makeTask
(Args args)
auto
makeTask
(F delegateOrFp, Args args)
auto
makeTask
(
F
Args
...
)
(
F
delegateOrFp
,
Args
args
)
if
(
is
(
typeof
(
delegateOrFp
(
args
)))
)
Meta
Source
See Implementation
hunt
util
TaskPool
classes
AbstractTask
ParallelismThread
PoolStatus
Task
TaskPool
enums
PoolState
ThreadState
functions
addressOf
makeTask
run