1
Fork 0

Auto merge of #127153 - NobodyXu:pipe, r=ChrisDenton

Initial implementation of anonymous_pipe API

ACP completed in rust-lang/libs-team#375
Tracking issue: #127154

try-job: x86_64-msvc
try-job: i686-mingw
This commit is contained in:
bors 2024-07-24 00:03:14 +00:00
commit f751af4d78
17 changed files with 551 additions and 16 deletions

View file

@ -591,6 +591,8 @@ pub mod panic;
#[unstable(feature = "core_pattern_types", issue = "none")]
pub mod pat;
pub mod path;
#[unstable(feature = "anonymous_pipe", issue = "127154")]
pub mod pipe;
pub mod process;
pub mod sync;
pub mod time;