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