Allow jobs on this queue to begin executing.
Synopsis
Declared in <bdlmt_multiqueuethreadpool.h>
int
resume();
Description
Allow jobs on the queue to begin executing. Return 0 on success, and a non‐zero value if the queue is not paused or !d_list.empty() and the associated thread pool fails to enqueue a job.
Return Value
0 on success, and a non‐zero value if the queue is not paused or enqueuing a job with the associated thread pool fails
Created with MrDocs