[#BloombergLP-bdlmt-MultiQueueThreadPool_Queue-batchSize] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultiQueueThreadPool_Queue.adoc[MultiQueueThreadPool_Queue]::batchSize :relfileprefix: ../../../ :mrdocs: Return an instantaneous snapshot of the execution batch size (see {`Job Execution Batch Size`}). When a thread is selecting jobs for processing, if fewer than `batchSize` jobs are available then only the available jobs will be processed in the current batch. == Synopsis Declared in `<bdlmt_multiqueuethreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int batchSize() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#