boost::capy::executor_ref::context
Returns a reference to the associated execution context.
Synopsis
Declared in <boost/capy/ex/executor_ref.hpp>
execution_context&
context() const noexcept;
Preconditions
-
This instance was constructed with a valid executor.
Created with MrDocs