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

◆ get_sync_to_clock()

bool MayaFlux::Vruta::GraphicsRoutine::get_sync_to_clock ( ) const
inlineoverridevirtual

Get sync_to_clock flag from promise.

Returns
True if coroutine should synchronize with clock

Implements MayaFlux::Vruta::Routine.

Definition at line 624 of file Routine.hpp.

625 {
626 return m_handle.promise().sync_to_clock;
627 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:654