Skip to content

Tracking Issue for windows_process_extensions_async_pipes #98289

Open
@ChrisDenton

Description

@ChrisDenton

Feature gate: #![feature(windows_process_extensions_async_pipes)]

This is a tracking issue for async_pipes() Windows only extension method for process::Command. This enables forcing std::process::Command::spawn to create pipes as async on Windows. See tokio-rs/tokio#4670 for background.

Public API

// std::os::windows::process

trait CommandExt {
    fn async_pipes(&mut self, always_async: bool) -> &mut process::Command;
}

Steps / History

Unresolved Questions

  • None yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-processArea: `std::process` and `std::env`C-tracking-issueCategory: 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions