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