rust-lang / futures-rs

Zero-cost asynchronous programming in Rust
https://rust-lang.github.io/futures-rs/
Apache License 2.0
5.43k stars 629 forks source link

io: impl AsyncWrite for Empty #2855

Open taiki-e opened 7 months ago

taiki-e commented 7 months ago

Corresponding std::io change done in Rust 1.73: https://github.com/rust-lang/rust/pull/98154