[#BloombergLP-bdlmt-MultipriorityThreadPool-ThreadFunctor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultipriorityThreadPool.adoc[MultipriorityThreadPool]::ThreadFunctor :relfileprefix: ../../../ :mrdocs: `ThreadFunctor` is an alias for a function object that is invokable (with no arguments) and returns `void`; its use is similar to that of a C‐style function pointer and optional `void *` data pointer passed as arguments when creating a thread. == Synopsis Declared in `<bdlmt_multiprioritythreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/function-0a.adoc[bsl::function<void()>] ThreadFunctor; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#