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