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

673 {
674 return true; // Complex routines need clock sync for coordination
675 }