Available on crate feature
proc only.Expand description
Calling/Child process management.
Structs
- A handle to a child process.
Functions
- Terminates the program in an abnormal fashion.
- Returns the OS-assigned ID of a child process.
- Terminates the process with the given
exit_code. - Frees a handle to a child process, allowing the process to run in the background.
- Returns the ID of the current process.
- Waits for a child process to exit.
- Attempts to kill a child process.
- Spawns a new child process with the name
programand returns a handle to it.
Type Aliases
- Represents an optional value of type
NSTDChildProcess.