Allow jobs on the queue with the specified id to begin executing. Return 0 on success, and a non-zero value if the queue does not exist or is not paused.
Declared in <bdlmt_multiqueuethreadpool.h>
int
resumeQueue(int id);
0 on success, and a non-zero value if the queue does not exist or is not paused
| Name | Description |
|---|---|
| id | queue identifier |