Enable enqueuing to the queue associated with the specified id.
Declared in <bdlmt_multiqueuethreadpool.h>
int
enableQueue(int id);
Enable enqueuing to the queue associated with the specified id. Return 0 on success, and a non-zero value otherwise. It is an error to call enableQueue if a previous call to stop is being executed.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| id | queue identifier |