Function async_timer::interval[][src]

pub fn interval(interval: Duration) -> Interval<Platform>
Notable traits for &mut Interval<T>
impl<T: Timer> Future for &mut Interval<T> type Output = ();
Expand description

Creates interval with default Platform timer.