Tracking Issue for windows_process_extensions_async_pipes
#98289
Labels
A-process
Area: `std::process` and `std::env`
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
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::spawn
to create pipes as async on Windows. See tokio-rs/tokio#4670 for background.Public API
Steps / History
CommandExt::async_pipes
#97149Unresolved Questions
The text was updated successfully, but these errors were encountered: