Return true if all numThreads() worker threads (specified at construction) have been created for this multi‐priority thread pool, and false otherwise.

Synopsis

Declared in <bdlmt_multiprioritythreadpool.h>

bool
isStarted() const;

Return Value

true if all configured worker threads are started, and false otherwise

Created with MrDocs