[][src]Function wasi::proc_raise

pub unsafe fn proc_raise(sig: Signal) -> Result<()>

Send a signal to the process of the calling thread. Note: This is similar to raise in POSIX.

Parameters

  • sig - The signal condition to trigger.