Function nix::unistd::pause

source ·
pub fn pause()
Available on crate feature signal only.
Expand description

Suspend the thread until a signal is received.

See also pause(2).