Add the specified job to the queue of this multi‐priority thread pool, assigning it the specified priority. Return 0 if the job was enqueued successfully, and a non‐zero value otherwise (implying that the queue was in the disabled state). The behavior is undefined unless 0 <= priority < numPriorities().

Synopsis

Declared in <bdlmt_multiprioritythreadpool.h>

int
enqueueJob(
    ThreadFunctor const& job,
    int priority);

Created with MrDocs