Function raise

Source
pub fn raise(signal: Signal) -> Result<(), Errno>
Expand description

Send a signal to the current thread

See Also raise(3)