MayaFlux 0.1.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 582 of file Routine.hpp.

583 {
584 m_handle.promise().active_delay_context = context;
585 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:643