pub(crate) fn sighup_stream() -> Result<impl Stream<Item = ()>>
Available on crate feature experimental-api only.
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.