MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ GetEventPromise

Event-driven promise accessor.

Usage in Event coroutines:

auto routine = []() -> Event {
auto& promise = co_await GetEventPromise{};
// promise is event_promise&
};
Templated awaitable for accessing a coroutine's promise object.
Definition Awaiters.hpp:188

Definition at line 270 of file Awaiters.hpp.