[][src]Function async_timer::interval

pub fn interval(interval: Duration) -> Interval<Timer>

Important traits for &'_ mut Interval<T>

impl<T: Oneshot, '_> Future for &'_ mut Interval<T> type Output = ();

Creates interval with default Platform timer.