Why no `fork()` in `std::process`?

Also see the discussion around before_exec, which was a safe way to execute code in the forked process, and was deprecated in favor of an unsafe function:

2 Likes