boost::asio::thread_pool::executor
Obtains the executor associated with the pool.
Synopsis
Declared in <boost/asio/thread_pool.hpp>
executor_type
executor() noexcept;
Return Value
Executor used to submit functions to a thread pool.
Created with MrDocs