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