boost::capy::work_guard::~work_guard
Destructor.
Synopsis
Declared in <boost/capy/ex/work_guard.hpp>
~work_guard();
Description
If owns_work() is true, calls on_work_finished() on the executor.
Exception Safety
No‐throw guarantee.
Created with MrDocs