Function lrs::signal::suspend_with

Replaces the set of blocked signals and suspends the calling thread until a signal handler is invoked.

Syntax

fn suspend_with(mask: Sigset) -> ()

Arguments

NameDescription
mask

The signal mask that is temporarily set during this call.

See also