pub fn signal_restore(set: SignalSet) -> Result<SignalSet>
Expand description
Set the process signal mask to the signals in set
and return the previous
process signal mask.
Note that this will also unblock those signals which have previously been
blocked by a call to signal_block()