async-std icon indicating copy to clipboard operation
async-std copied to clipboard

Stabilize Future adapters and IntoFuture

Open yoshuawuyts opened this issue 5 years ago • 3 comments

Stabilizes several stream adapters that have been proven over the last year. Also stabilizes IntoFuture. Thanks!

Changelog

## Changed

- `future::Future::delay` has been stabilized
- `future::Future::flatten` has been stabilized
- `future::Future::race` has been stabilized
- `future::Future::try_race` has been stabilized
- `future::Future::join` has been stabilized
- `future::Future::try_join` has been stabilized
- `future::Future::timeout` has been stabilized
- `future::Future::delay` has been stabilized
- `future::IntoFuture` has been stabilized

yoshuawuyts avatar Sep 23 '20 12:09 yoshuawuyts

CI is failing because of #883

yoshuawuyts avatar Sep 23 '20 12:09 yoshuawuyts

Btw, should we switch to libstd's IntoFuture or would that be breaking?

Keruspe avatar Sep 24 '20 07:09 Keruspe

@yoshuawuyts these CI failures look somewhat real to me

dignifiedquire avatar Sep 25 '20 18:09 dignifiedquire