-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Labels
A-futureArea: futures::futureArea: futures::future
Milestone
Description
I'd prefer removing join3/4/5 (and try_join3/4/5) in futures 0.4, for the following reasons:
- async-await is now working on no-std. (Rust 1.44+)
- There is almost no difference in the size of futures created. (Previously it was about twice the size)
The only downside is it cannot store the returned future in a struct without unstable features, but few people actually do it with (try_)join3/4/5.
Related: #1742
binier
Metadata
Metadata
Assignees
Labels
A-futureArea: futures::futureArea: futures::future