Boost.ASIO

    • Global namespace
    • Reference
  • boost::asio::thread_pool::executor
arrow_upward

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

Edit this Page