Disable enqueuing to this queue.
Synopsis
Declared in <bdlmt_multiqueuethreadpool.h>
int
disable();
Description
Disable enqueuing to this queue. Return 0 on success, and a non‐zero value otherwise. This method will fail (with an error) if prepareForDeletion has already been called on this object.
Return Value
0 on success, and a non‐zero value otherwise
Created with MrDocs