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

◆ get_sync_to_clock()

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

421 {
422 return m_handle.promise().sync_to_clock;
423 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:460