pub fn proc_signal(
ctx: FunctionEnvMut<'_, WasiEnv>,
pid: Pid,
sig: Signal,
) -> Result<Errno, WasiError>
Expand description
§proc_signal()
Sends a signal to a child process
§Parameters
pid
- Handle of the child process to wait on
sig
- Signal to send the child process