Return whether the next thread creation should fail due to the limit.
Declared in <bslmt_threadutil.h>
static
bool
isThreadLimitReached();
Counts down the limit counter set by ThreadUtil::setThreadLimit. Returns true if current thread creation attempt should be failed. Note that if the thread limit is reached, all future thread creation attempts will fail, unless the limit is reset by a call to setThreadLimit.
true if this creation attempt should fail, and false otherwise