-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Sync
for `process::Command on unix and vxworks
#72472
Conversation
I think this is technically fine, but it should have a libs team member review for the public API change. r? @dtolnay |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To clarify, it's already Sync on all other supported platforms?
I think so -- every other |
@bors r+ FYI @rust-lang/libs - this adds Sync for std::process::Command on unix, which was missing for an insignificant reason. Sync was already implemented on windows and other platforms. |
📌 Commit 01630b2 has been approved by |
…lnay Implement `Sync` for `process::Command on unix and vxworks Closes rust-lang#72387. r? @cuviper
☀️ Test successful - checks-azure |
Closes #72387.
r? @cuviper