Function glib::interval_stream [−][src]
ⓘImportant traits for Box<R>
pub fn interval_stream(
value: u32
) -> Box<Stream<Item = (), Error = Never> + Send>
Create a Stream that will provide a value every given number of milliseconds.
The Future must be spawned on an Executor backed by a glib::MainContext.