-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Tracking Issue for windows_process_extensions_async_pipes #98289
Copy link
Copy link
Open
Labels
A-processArea: `std::process` and `std::env`Area: `std::process` and `std::env`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-processArea: `std::process` and `std::env`Area: `std::process` and `std::env`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(windows_process_extensions_async_pipes)]This is a tracking issue for
async_pipes()Windows only extension method forprocess::Command. This enables forcingstd::process::Command::spawnto create pipes as async on Windows. See tokio-rs/tokio#4670 for background.Public API
Steps / History
CommandExt::async_pipes#97149Unresolved Questions