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

◆ sync_to_clock

template<typename RoutineType >
const bool MayaFlux::Vruta::routine_promise< RoutineType >::sync_to_clock = false

Flag indicating whether the coroutine should synchronize with the audio clock.

When true, the coroutine will be scheduled to run in sync with the specificed clock, via tokens ensuring sample-accurate timing. When false, it has to be "proceeded" manually

Definition at line 120 of file Promise.hpp.