boost::capy::strand::context
Return the underlying execution context.
Synopsis
Declared in <boost/capy/ex/strand.hpp>
auto&
context() const noexcept;
Return Value
A reference to the execution context associated with the inner executor.
Created with MrDocs