mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
ddb7fbe843
Windows: Make stdin pipes synchronous Stdin pipes do not need to be used asynchronously within the standard library. This is a first step in making pipes mostly synchronous. r? `@m-ou-se`