Expand description
Async process API and worker.
This module reexports the async-process for convenience.
Modules§
Structs§
- Child
- A spawned child process.
- Child
Stderr - A handle to a child process’s standard error (stderr).
- Child
Stdin - A handle to a child process’s standard input (stdin).
- Child
Stdout - A handle to a child process’s standard output (stdout).
- Command
- A builder for spawning processes.
- Exit
Status - 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 when
passed to the
stdin,stdout, andstderrmethods ofCommand.
Functions§
- driver
- Runs the driver for the asynchronous processes.