|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Vruta::Event::Event | ( | std::coroutine_handle< promise_type > | h | ) |
Constructs a Event from a coroutine handle.
| h | Handle to the coroutine |
Creates a Event that wraps and manages the given coroutine. This is typically called by the compiler-generated code when a coroutine function returns a Event.
Definition at line 10 of file Event.cpp.
References m_handle.