rust-lang / futures-rs

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

Implement `FusedStream` for all streams in `ReadyChunks` #2693

Closed jongiddy closed 1 year ago

jongiddy commented 1 year ago

ReadyChunks fuses the inner stream, so FusedStream can be implemented for all stream types, not just those that initially implement FusedStream.