pub fn signal_block(set: SignalSet) -> Result<SignalSet>
Expand description
Add the signals in set
to the current process signal mask and return the
previous process signal mask.
Note that the process signal mask will be set to the union of the current
process signal mask and set
.