Timer
-----

The :cpp:class:`Timer` class is the most flexible way to use software timers, supporting extended time intervals
and delegate callback functions so you can use it with class methods, capturing lambdas, etc.

.. doxygengroup:: timer
   :members:
