rust-lang / futures-rs

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

Add `TryStreamExt::try_ready_chunks` as failable version of `StreamExt::ready_chunks` #2757

Closed DzenanJupic closed 1 year ago

DzenanJupic commented 1 year ago

I noticed, that there's no try version of ready_chunks, which would be quite handy.