Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command: Add process_group method to Command struct
Rust 1.64 stabilised the `process_group` method of the `std::os::unix::process::CommandExt` trait. This allows the caller to set the process group that a command is spawned in. Expose that functionality from Tokio's `Command` structure. This fixes tokio-rs#4312.
- Loading branch information