pub fn timer(interval: Duration) -> Eventual<Instant>
Expand description

Periodically writes a new value of the time elapsed. No guarantee is made about frequency or the value written except that at least “interval” time has passed since producing the last snapshot.