Returns the fixed number of threads, specified at construction, that are started by this multi‐priority thread pool.
Synopsis
Declared in <bdlmt_multiprioritythreadpool.h>
int
numThreads() const;
Return Value
the number of threads configured at construction
Created with MrDocs