Return whether the next thread creation should fail due to the limit.
Synopsis
Declared in <bslmt_threadutil.h>
static
bool
isThreadLimitReached();
Description
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.
Return Value
true if this creation attempt should fail, and false otherwise
Created with MrDocs