Module launch

Module launch 

Source
Expand description

Helpers for launching components.

Structs§

LaunchProcessArgs
Arguments to launch_process.
ScopedJob

Enums§

LaunchError
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)