Function wasmer_wasix::syscalls::wasix::proc_signal::proc_signal

source ·
pub fn proc_signal<M: MemorySize>(
    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