[#BloombergLP-bdlmt-ThreadPool-enqueueJob-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/ThreadPool.adoc[ThreadPool]::enqueueJob :relfileprefix: ../../../ :mrdocs: Enqueue the specified `function` to be executed by the next available thread. The specified `userData` pointer will be passed to the function by the processing thread. Return 0 if enqueued successfully, and a non‐zero value if queuing is currently disabled. == Synopsis Declared in `<bdlmt_threadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int enqueueJob( xref:BloombergLP/bdlmt/ThreadPoolJobFunc.adoc[ThreadPoolJobFunc] function, void* userData); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#