dplug v14.3.6 (2024-07-01T13:10:22Z)
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.