Skip to main content

sighup_stream

Function sighup_stream 

Source
pub(crate) fn sighup_stream() -> Result<impl Stream<Item = ()>>
Expand description

Return an async stream that reports an event whenever we get a SIGHUP signal.

Note that the signal-handling backend can coalesce signals; this is normal.