[][src]Function rexpect::process::signal::sigprocmask

pub fn sigprocmask(
    how: SigmaskHow,
    set: Option<&SigSet>,
    oldset: Option<&mut SigSet>
) -> Result<(), Error>

Examine and change blocked signals.

For more informations see the sigprocmask man pages.