Return a snapshot of the number of threads currently processing jobs.
Declared in <bdlmt_multiprioritythreadpool.h>
int
numActiveThreads() const;
Return a snapshot of the number of threads that are actively processing jobs for this multi-priority thread pool. Note that 0 <= numActiveThreads() <= numThreads() is an invariant of this class.
the number of threads currently processing jobs