Execute and dequeue the job at the front of this queue.
Declared in <bdlmt_multiqueuethreadpool.h>
void
executeFront();
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.