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

◆ get_sync_to_clock()

bool MayaFlux::Vruta::CrossRoutine::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 696 of file Routine.hpp.

697 {
698 return m_handle.promise().sync_to_clock;
699 }
std::coroutine_handle< promise_type > m_handle
Definition Routine.hpp:726