boost::capy::executor_ref::on_work_started
Informs the executor that work is beginning.
Synopsis
Declared in <boost/capy/ex/executor_ref.hpp>
void
on_work_started() const noexcept;
Preconditions
-
This instance was constructed with a valid executor.
Created with MrDocs