Function lrs::signal::unblock_signals

Unblocks a set of signals from this thread.

Syntax

fn unblock_signals(set: Sigset) -> Result<Sigset, Errno>

Arguments

NameDescription
set

The signals to unblock.

Return value

Returns of signals that were blocked before the call.

See also