[#ThreadPool-Future] = xref:ThreadPool.adoc[ThreadPool]::Future :relfileprefix: ../ :mrdocs: Future type holding the result of a callable of type F. == Synopsis Declared in `<util/threadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class F> using Future = std::future<std::invoke_result_t<F>>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#