Function wasmer_wasix::syscalls::wasix::proc_join::proc_join

source ·
pub fn proc_join<M: MemorySize + 'static>(
    ctx: FunctionEnvMut<'_, WasiEnv>,
    pid_ptr: WasmPtr<OptionPid, M>,
    flags: JoinFlags,
    status_ptr: WasmPtr<JoinStatus, M>,
) -> Result<Errno, WasiError>
Expand description

§proc_join()

Joins the child process, blocking this one until the other finishes

§Parameters

  • pid - Handle of the child process to wait on