Function ntex::time::interval[][src]

pub fn interval<T>(period: T) -> Interval where
    T: Into<Millis>, 
Expand description

Creates new Interval that yields with interval of period.

An interval will tick indefinitely. At any time, the Interval value can be dropped. This cancels the interval.