class Context

Defined at line 22 of file ../../sdk/lib/async/include/lib/async/cpp/executor.h

Execution context for an asynchronous task that runs within the scope

of an |async_dispatcher_t|'s dispatch loop, such as a |async::Promise|.

Public Methods

async_dispatcher_t * dispatcher ()

Gets the executor's |async_dispatcher_t|, never null.

Protected Methods

void ~Context ()

Defined at line 28 of file ../../sdk/lib/async/include/lib/async/cpp/executor.h