boost::capy::strand::on_work_started
Notify that work has started.
Synopsis
Declared in <boost/capy/ex/strand.hpp>
void
on_work_started() const noexcept;
Description
Delegates to the inner executor's on_work_started(). This is a no‐op for most executor types.
Created with MrDocs