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

Creates an observable which will fire at dur time into the future, and will repeat every dur interval after.