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§
- Collected
Stream - Bounded capture of a single child output stream.
- Process
RunResult - Result of a completed child-process execution.
- Stdin
Write Error - Reduced IO error information captured while interacting with child stdin.
- Stream
Limit - Output limits applied while collecting child stdout and stderr.
Enums§
- Process
RunError - Failure modes returned by
run_command.
Functions§
- run_
command - Runs a child process with bounded stdout/stderr capture and deadline enforcement.