[−][src]Module tokio_async_std::process
This is supported on
unstable only.A module for working with processes.
This module is mostly concerned with spawning and interacting with child processes, but it also provides abort and exit for terminating the current process.
This is an async version of std::process.
Structs
| ExitStatus | unstableDescribes the result of a process after it has terminated. |
| Output | unstableThe output of a finished process. |
Functions
| abort | unstableTerminates the process in an abnormal fashion. |
| exit | unstableTerminates the current process with the specified exit code. |
| id | unstableReturns the OS-assigned process identifier associated with this process. |