If this multi‐priority thread pool is suspended, resume processing of jobs. This is orthogonal to start/stop, and enable/disable; no threads are started. Note that this method has no effect if this thread pool is not in the suspended state.

Synopsis

Declared in <bdlmt_multiprioritythreadpool.h>

void
resumeProcessing();

Created with MrDocs