Enable enqueuing to the queue associated with the specified id.

Synopsis

Declared in <bdlmt_multiqueuethreadpool.h>

int
enableQueue(int id);

Description

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.

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

id

queue identifier

Created with MrDocs