Expand description
Process management.
This module provides ways to spawn processes and handle their output.
Structs§
- Child
- The result of spawning a
Command
. - Command
- A process builder that allows you to spawn programs.
- Exit
Info - Information from an exited process.