Function lrs::signal::pending_signals

Returns the set of blocked signals that are currently blocked from this thread.

Syntax

fn pending_signals() -> Result<Sigset, Errno>

See also