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

◆ set_delay_context()

void MayaFlux::Vruta::GraphicsRoutine::set_delay_context ( DelayContext  )
inlineoverridevirtual

Set the active delay context for this routine.

Parameters
contextNew delay context

Reimplemented from MayaFlux::Vruta::Routine.

Definition at line 593 of file Routine.hpp.

594 {
595 m_handle.promise().active_delay_context = context;
596 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:654