workerThreadCount

The number of worker threads used for processing worker tasks.

Note that this function will cause the worker threads to be started, if they haven't already.

@property nothrow
size_t
workerThreadCount
()
out (count) { assert (count > 0, "No worker threads started after setupWorkerThreads!?"); }

See Also

runWorkerTask, runWorkerTaskH, runWorkerTaskDist, setupWorkerThreads

Meta