Viewing all objects in the Timer List queue?

Hi Richard,

Just came across this thread. We would find a mechanism to get a snapshot of all timers very useful.
This could be in the form of:
a) task list type snapshot, all timer info returned in 1 function call into a supplied buffer; or
b) iterator type mechanism returning all info for a single timer at a time into the supplied buffer.

Our environment is predominantly ESP32 based using ESP-IDF, although that should not make a difference since all timers handler would run under the timer task, whichever MCU that is running on.

Even if this functionality could, in the short/interim period, be handled with a temporary #include at the end of timers.c, until it makes its way through the GitHub processes, much appreciated.

Andre