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 `BoxTryFuture` and `BoxTryStream` aliases #2870

Open Velnbur opened 1 month ago

Velnbur commented 1 month ago

Including ones without Send bound like LocalBoxTryFuture and LocalBoxTryStream.

Closes #2869