Return the minimum number of threads that must be started at any given time.

Synopsis

Declared in <bdlmt_threadpool.h>

int
minThreads() const;

Return Value

the configured minimum number of worker threads

Created with MrDocs