BloombergLP::bdlmt::MultiQueueThreadPool_Queue::executeFront

Execute and dequeue the job at the front of this queue.

Synopsis

Declared in <bdlmt_multiqueuethreadpool.h>

void
executeFront();

Description

Execute the Job at the front of this queue, dequeue the Job, and if the queue is not paused schedule a callback from the associated thread pool. The behavior is undefined if this queue is empty.