pub fn interval(timer: &TimerHandle, period: Duration) -> TimerIntervalExpand description
Build a periodic ticker firing every period, backed by timer — the
runtime-free mirror of tokio::time::interval.
pub fn interval(timer: &TimerHandle, period: Duration) -> TimerIntervalBuild a periodic ticker firing every period, backed by timer — the
runtime-free mirror of tokio::time::interval.