Structs§
- Child
- Representation of a running or exited child process,
similar to
std::process::Child.
Enums§
- Fork
- Result of a
forkoperation. In the parent processforkwill returnFork::Parent, while in the child it will returnFork::Child.
std::process::Child.fork operation.
In the parent process fork will return Fork::Parent,
while in the child it will return Fork::Child.