Function rxrust::observable::interval::interval_at[][src]

pub fn interval_at<S>(
    at: Instant,
    dur: Duration,
    scheduler: S
) -> IntervalObservable<S>
Expand description

Creates an observable which will fire at the time specified by at, and then will repeat every dur interval after