Expand description
Helpers for launching components.
Structs§
- Launch
Process Args - Arguments to launch_process.
- Scoped
Job
Enums§
- Launch
Error - Error encountered while launching a component.
Statics§
- UTC_
CLOCK_ BASIC_ RIGHTS - The basic rights to use when creating or duplicating a UTC clock. Restrict these on a case-by-case basis only.
Functions§
- launch_
process - Launches process, assigns a combined logger stream as stdout/stderr to launched process.
- launch_
process_ with_ separate_ std_ handles - Launches process, assigns two separate stdout and stderr streams to launched process. Returns (process, job, stdout_logger, stderr_logger)