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

◆ m_handle

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

Handle to the underlying coroutine.

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

Definition at line 643 of file Routine.hpp.

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