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

◆ get_delay_context()

DelayContext MayaFlux::Vruta::GraphicsRoutine::get_delay_context ( ) const
inlineoverridevirtual

Get the active delay context for this routine.

Returns
Current delay context, or NONE if not waiting

Reimplemented from MayaFlux::Vruta::Routine.

Definition at line 577 of file Routine.hpp.

578 {
579 return m_handle.promise().active_delay_context;
580 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:643