arti::process

Function sighup_stream

source
pub(crate) fn sighup_stream() -> Result<impl Stream<Item = ()>>
Available on target_family="unix" 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.