boost::corosio::basic_io_context::executor_type
The executor type for this context.
Description
An executor for dispatching work to an I/O context.
The executor provides the interface for posting work items and dispatching coroutines to the associated context. It satisfies the capy::Executor concept.
Executors are lightweight handles that can be copied and compared for equality. Two executors compare equal if they refer to the same context.
Member Functions
Name |
Description |
|
Constructors |
Return a reference to the associated execution context. |
|
Dispatch a coroutine handle. |
|
Informs the executor that work has completed. |
|
Informs the executor that work is beginning. |
|
Post a coroutine for deferred execution. |
|
Check if the current thread is running this executor's context. |
|
Compare two executors for equality. |
|
Compare two executors for inequality. |
Created with MrDocs