Function wasix::proc_raise
source · pub unsafe fn proc_raise(sig: Signal) -> Result<(), Errno>Expand description
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.