[][src]Macro rxrust::interval

macro_rules! interval {
    ($dur: expr) => { ... };
}

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