MayaFlux 0.2.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 429 of file Routine.hpp.

430 {
431 return m_handle.promise().sync_to_clock;
432 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:469