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