signal_stream

Function signal_stream 

Source
pub fn signal_stream(
    signum: i32,
) -> Pin<Box<dyn Stream<Item = ()> + Send + 'static>>
Available on crate feature futures only.
Expand description

Create a Stream that will provide a value whenever the given UNIX signal is raised

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