ThreadPool.this

Creates a thread-pool.

class ThreadPool
public nothrow @nogc
this
(
int numThreads = 0
,
int maxThreads = 0
,
size_t stackSize = 0
)

Meta