boost::capy::executor_ref::on_work_finished
Informs the executor that work has completed.
Synopsis
Declared in <boost/capy/ex/executor_ref.hpp>
void
on_work_finished() const noexcept;
Preconditions
-
A preceding call to
on_work_started()was made. -
This instance was constructed with a valid executor.
Created with MrDocs