Closed
Description
Feature gate: #![feature(process_set_process_group)]
This is a tracking issue for: Add a process_group
method to UNIX CommandExt
Add a process_group
method to std::os::unix::process::CommandExt
that
allows setting the process group id (i.e. calling setpgid
) in the child, thus
enabling users to set process groups while leveraging the posix_spawn
fast
path.
Public API
trait CommandExt {
fn process_group(
&mut self,
pgroup: i32,
) -> &mut process::Command
}
Steps / History
- Implementation: Add a
process_group
method to UNIXCommandExt
#93858Final comment period (FCP): Tracking Issue for process_set_process_group #93857 (comment)Stabilization PR: Document and stabilize process_set_process_group #99088
Unresolved Questions
- None yet.
Metadata
Metadata
Assignees
Labels
Category: An issue tracking the progress of sth. like the implementation of an RFCOperating system: FuchsiaRelevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
process_group
method to UNIXCommandExt
#93858process_group
method to UNIXCommandExt
rust-lang/rfcs#3228Rollup merge of rust-lang#93858 - krallin:process-process_group, r=jo…
Rollup merge of rust-lang#93858 - krallin:process-process_group, r=jo…
Rollup merge of rust-lang#93858 - krallin:process-process_group, r=dt…
Rollup merge of rust-lang#93858 - krallin:process-process_group, r=dt…
dtolnay commentedon Mar 18, 2022
This may or may not need a Fuchsia implementation. See #93858 (comment).
@rustbot ping fuchsia
rustbot commentedon Mar 18, 2022
Hey friends of Fuchsia! This issue could use some guidance on how this should be
resolved/implemented on Fuchsia. Could one of you weigh in?
cc @tmandry
Rollup merge of rust-lang#93858 - krallin:process-process_group, r=dt…
25 remaining items