Skip to content

Commit 38d26ab

Browse files
committed
fix futures utility crate
1 parent 5138fdc commit 38d26ab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

posts/2019-09-27-Async-await-hits-beta.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ better:**
3434
- using [wasm-bindgen-futures], you can even bridge Rust Futures with
3535
[JavaScript promises];
3636
- the [hyper library][hyper] has [migrated][hyper#1805] to adopt standard Rust futures;
37-
- finally, in addition to the core runtimes just mentioned,
38-
async-await support is starting to become available in higher-level
37+
- the [futures utility crate][futures] -- which contains key async
38+
traits like `AsyncRead`, useful combinators, and other goodies --
39+
[supports async-await in the 0.3.0-alpha releases][0.3.0].
40+
- finally, async-await support is starting to become available in higher-level
3941
[web frameworks][wf] as well.
4042

43+
[futures]: https://crates.io/crates/futures-preview
44+
[0.3.0-alpha]: https://rust-lang-nursery.github.io/futures-rs/blog/2018/07/19/futures-0.3.0-alpha.1.html
4145
[wasm-bindgen-futures]: https://docs.rs/crate/wasm-bindgen-futures/0.2.16
4246
[tokio]: https://tokio.rs/
4347
[actix]: https://actix.rs/

0 commit comments

Comments
 (0)