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:
SignalSignal to be raised for this process