pub fn proc_raise(
ctx: FunctionEnvMut<'_, WasiEnv>,
sig: Signal,
) -> Result<Errno, WasiError>
Expand description
ยงproc_raise()
Send a signal to the process of the calling thread.
Note: This is similar to raise
in POSIX.
Inputs:
Signal
Signal to be raised for this process