Return a snapshot of the number of jobs currently enqueued to be processed by this multi‐priority thread pool, but are not yet running.
Synopsis
Declared in <bdlmt_multiprioritythreadpool.h>
int
numPendingJobs() const;
Return Value
the number of jobs currently enqueued but not yet running
Created with MrDocs