Boost.ASIO

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

boost::asio::thread_pool::stop

Stops the threads.

Synopsis

Declared in <boost/asio/thread_pool.hpp>

void
stop();

Description

This function stops the threads as soon as possible. As a result of calling stop(), pending function objects may be never be invoked.

Created with MrDocs

Edit this Page