boost::capy::thread_pool::get_executor
Return an executor for this thread pool.
Synopsis
Declared in <boost/capy/ex/thread_pool.hpp>
executor_type
get_executor() const noexcept;
Return Value
An executor associated with this thread pool.
Created with MrDocs