Return the number of threads that are currently waiting for a job.

Synopsis

Declared in <bdlmt_threadpool.h>

int
numWaitingThreads() const;

Return Value

the number of idle worker threads waiting for a job

Created with MrDocs