boost::capy::thread_pool::stop
Request all worker threads to stop.
Synopsis
Declared in <boost/capy/ex/thread_pool.hpp>
void
stop() noexcept;
Description
Signals all threads to exit. Threads will finish their current work item before exiting. Does not wait for threads to exit.
Created with MrDocs