boost::capy::strand::on_work_finished
Notify that work has finished.
Synopsis
Declared in <boost/capy/ex/strand.hpp>
void
on_work_finished() const noexcept;
Description
Delegates to the inner executor's on_work_finished(). For a thread_pool inner executor, this decrements the count that join() blocks on.
Created with MrDocs