[#ThreadPool-2constructor] = xref:ThreadPool.adoc[ThreadPool]::ThreadPool :relfileprefix: ../ :mrdocs: Constructs an idle pool with a name used as a prefix for worker thread names. == Synopsis Declared in `<util/threadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit ThreadPool(std::string const& name); ---- == Parameters [cols="1,4"] |=== | Name| Description | *name* | the base name given to the worker threads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#