dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
ThreadPool.this
dplug
core
thread
ThreadPool
Creates a thread-pool.
class
ThreadPool
nothrow @
nogc
this
(
int
numThreads
= 0
,
int
maxThreads
= 0
,
size_t
stackSize
= 0
)
Meta
Source
See Implementation
dplug
core
thread
ThreadPool
constructors
this
destructors
~this
functions
numThreads
parallelFor
parallelForAsync
waitForCompletion
Creates a thread-pool.