⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

wait_process

Function wait_process 

Source
pub fn wait_process(
    pid: Option<ProcessId>,
) -> Result<(ProcessId, i32), KernelError>
Expand description

Wait for child process to exit