pub unsafe fn fork() -> Result<ForkOutcome, Errno>Expand description
Fork the current process.
§Safety
Caller must ensure fork safety — no async-signal-unsafe operations
in the child between fork() and exec().
pub unsafe fn fork() -> Result<ForkOutcome, Errno>Fork the current process.
Caller must ensure fork safety — no async-signal-unsafe operations
in the child between fork() and exec().