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(). This is a no‐op for most executor types.
Created with MrDocs