Function libnotcurses_sys::ffi::sigsuspend[][src]

pub unsafe extern "C" fn sigsuspend(__set: *const sigset_t) -> c_int
Expand description

Change the set of blocked signals to SET, wait until a signal arrives, and restore the set of blocked signals.

This function is a cancellation point and therefore not marked with __THROW.