[#BloombergLP-bdlmt-FixedThreadPool-tryEnqueueJob-0a0] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/FixedThreadPool.adoc[FixedThreadPool]::tryEnqueueJob :relfileprefix: ../../../ :mrdocs: Same as the preceding overload, moving `functor` into the queue. == Synopsis Declared in `<bdlmt_fixedthreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int tryEnqueueJob(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<Job>] functor); ---- == Return Value 0 on success, and a non‐zero value if the queue is full or disabled == Parameters [cols="1,4"] |=== | Name| Description | *functor* | job to execute, moved into the queue |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#