Function glib::interval_stream_seconds_with_priority[][src]

pub fn interval_stream_seconds_with_priority(
    priority: Priority,
    value: u32
) -> Pin<Box<dyn Stream<Item = ()> + Send + 'static>>
Expand description

Create a Stream that will provide a value every given number of seconds.

The Stream must be spawned on an Executor backed by a glib::MainContext.