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.

Synopsis

Declared in <bdlmt_multiqueuethreadpool.h>

int
resumeQueue(int id);

Return Value

0 on success, and a non‐zero value if the queue does not exist or is not paused

Parameters

Name

Description

id

queue identifier

Created with MrDocs