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

◆ requires_clock_sync()

bool MayaFlux::Vruta::ComplexRoutine::requires_clock_sync ( ) const
inlineoverridevirtual

Check if the routine should synchronize with a clock.

Returns
True if the routine requires clock synchronization

Implements MayaFlux::Vruta::Routine.

Definition at line 661 of file Routine.hpp.

662 {
663 return true; // Complex routines need clock sync for coordination
664 }