Disable enqueuing to the queue associated with the specified id, and enqueue the specified cleanupFunctor to the front of the queue. The cleanupFunctor is guaranteed to be the last queue element processed, after which the queue is destroyed. This function does not wait for the cleanupFunctor to be executed (instead the caller is notified asynchronously through the execution of the supplied cleanupFunctor). Return 0 on success, and a non‐zero value otherwise. Note that this function will fail if this pool is stopped.
Synopsis
Declared in <bdlmt_multiqueuethreadpool.h>
int
deleteQueue(
int id,
CleanupFunctor const& cleanupFunctor);
Created with MrDocs