Return true if numThreads() are started on this threadpool and false otherwise (indicating that 0 threads are started on this thread pool.)
Synopsis
Declared in <bdlmt_fixedthreadpool.h>
bool
isStarted() const;
Return Value
true if the configured number of threads are started, and false otherwise
Created with MrDocs