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

◆ m_callback

std::function<void()> MayaFlux::Kriya::Timer::m_callback
private

The callback function to execute when the timer fires.

This function is stored when schedule() is called and executed when the timer fires. It's cleared when cancel() is called.

Definition at line 114 of file Timers.hpp.

Referenced by schedule().