pub fn poll()Expand description
Advance the frame counter and fire due timers. Called once per redraw
(from ReposeRuntime::tick_overlays). Reentrant calls, e.g. from inside
a timer callback, are ignored: the outer pass already collected the due
timers, so a nested pass would fire them twice.