Overview of compio-process features
masterThe compio-process crate provides the following capabilities:
- Async process spawning and management: Control the lifecycle of child processes.
- Async stdio access: Asynchronously interact with
stdin,stdout, andstderrstreams. - Cross-platform support: Works on both Unix and Windows.
- Compio integration: Built to work with compio's completion-based IO model.
- Linux pidfd support: Optional support for efficient process monitoring on Linux via
pidfd.