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 OptionalFuture helper #2872

Open jtojnar opened 1 month ago

jtojnar commented 1 month ago

Unlike the OptionFuture, this one will not resolve when made from None.