Function nc::vfork

source ·
pub unsafe fn vfork() -> Result<pid_t, Errno>
Expand description

Create a child process and wait until it is terminated.