boost::capy::work_guard::executor
Return the underlying executor by reference.
Synopsis
Declared in <boost/capy/ex/work_guard.hpp>
executor_type const&
executor() const noexcept;
Description
The reference remains valid for the lifetime of this guard, enabling callers to manage executor lifetime explicitly.
Return Value
A reference to the stored executor.
Created with MrDocs