[#BloombergLP-bdlmt-MultiQueueThreadPool_Queue-executeFront] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultiQueueThreadPool_Queue.adoc[MultiQueueThreadPool_Queue]::executeFront :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlmt_multiqueuethreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void executeFront(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#