Skip to main content

Module process_exec

Module process_exec 

Source
Expand description

Unstable shared process execution helpers for live IO transports.

Not part of the stable API contract (Appendix C.1). Shared hardened process execution helpers for live IO transports.

This module is not part of the stable API contract and may change.

Structs§

CollectedStream
Bounded capture of a single child output stream.
ProcessRunResult
Result of a completed child-process execution.
StdinWriteError
Reduced IO error information captured while interacting with child stdin.
StreamLimit
Output limits applied while collecting child stdout and stderr.

Enums§

ProcessRunError
Failure modes returned by run_command.

Functions§

run_command
Runs a child process with bounded stdout/stderr capture and deadline enforcement.