Skip to content

repeated_timer

qoa4ml.utils.repeated_timer

Classes

RepeatedTimer

Repeat function every interval seconds.

Exceptions raised by function are logged and swallowed so that a single faulty tick does not silently kill the daemon thread; the scheduler continues to invoke function on every subsequent interval.