Return a snapshot of the number of threads currently processing jobs.
Synopsis
Declared in <bdlmt_multiprioritythreadpool.h>
int
numActiveThreads() const;
Description
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.
Return Value
the number of threads currently processing jobs
Created with MrDocs