## Summary It would be nice to have something like [tokio](https://docs.rs/tokio/latest/tokio/index.html)::[time](https://docs.rs/tokio/latest/tokio/time/index.html)::[MissedTickBehavior](https://docs.rs/tokio/latest/tokio/time/enum.MissedTickBehavior.html#) in gloo-timers. ## Motivation Browser often suspend execution of code in inactive tabs, so missed ticks is a frequent case. It would be nice to e.g. support bursting missing ticks. ## Detailed Explanation ... ## Unresolved Questions ...