boost::corosio::basic_io_context::get_executor
Return an executor for this context.
Synopsis
basic_io_context::executor_type
get_executor() const noexcept;
Description
The returned executor can be used to dispatch coroutines and post work items to this context.
Return Value
An executor associated with this context.
Created with MrDocs