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

◆ m_handle

std::coroutine_handle<promise_type> MayaFlux::Vruta::SoundRoutine::m_handle
private

Handle to the underlying coroutine.

This handle provides access to the coroutine frame, allowing the SoundRoutine to resume, suspend, and destroy the coroutine.

Definition at line 469 of file Routine.hpp.

Referenced by force_resume(), get_processing_token(), get_state_impl_raw(), initialize_state(), is_active(), next_execution(), operator=(), requires_clock_sync(), restart(), set_state_impl(), SoundRoutine(), SoundRoutine(), try_resume_with_context(), and ~SoundRoutine().