[#ThreadPool-PackagedTask] = xref:ThreadPool.adoc[ThreadPool]::PackagedTask :relfileprefix: ../ :mrdocs: Packaged‐task type wrapping a callable of type F for queuing. == Synopsis Declared in `<util/threadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class F> using PackagedTask = std::packaged_task<std::invoke_result_t<F>()>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#