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

◆ m_routine

std::shared_ptr<Vruta::SoundRoutine> MayaFlux::Kriya::Timer::m_routine
private

The underlying computational routine that implements the timer.

This coroutine handles the actual timing and callback execution. It's created when schedule() is called and destroyed when the callback executes or cancel() is called.

Definition at line 98 of file Timers.hpp.

Referenced by cancel(), and schedule().