boost::capy::work_guard::owns_work
Return whether the guard owns work.
Synopsis
Declared in <boost/capy/ex/work_guard.hpp>
bool
owns_work() const noexcept;
Return Value
true if this guard will call on_work_finished() on destruction, false otherwise.
Created with MrDocs