boost::capy::work_guard::reset
Release ownership of the work.
Synopsis
Declared in <boost/capy/ex/work_guard.hpp>
void
reset() noexcept;
Description
If owns_work() is true, calls on_work_finished() on the executor and sets ownership to false. Otherwise, has no effect.
Postconditions
-
`owns_work() == false`
Created with MrDocs