Module std::processStable
[-] [+]
[src]
Working with processes.
Structs
| Child | Representation of a running or exited child process. |
| ChildStderr | A handle to a child procesess's stderr |
| ChildStdin | A handle to a child procesess's stdin |
| ChildStdout | A handle to a child procesess's stdout |
| Command | The |
| ExitStatus | Describes the result of a process after it has terminated. |
| Output | The output of a finished process. |
| Stdio | Describes what to do with a standard I/O stream for a child process. |
Functions
| exit | Terminates the current process with the specified exit code. |