Builder for creating a forked process.
Methods
impl Forked { ... }
-
fn new() -> Forked
-
Set the stdin redirection type
-
Set the stdout redirection type
-
Set the stderr redirection type
-
Fork the process.
Returns Option::none() in the child and a
Child
value in the parent.