Function timeout_sequence

Source
fn timeout_sequence() -> impl Iterator<Item = Duration>
Expand description

Return an iterator of reasonable amounts of time to summarize.

We summarize short intervals at first, and back off as the event keeps happening.