Skip to content

Commit b77c757

Browse files
committed
mention futures 0.3.0 and futures-intrusive crate
1 parent e95fc74 commit b77c757

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

posts/2019-10-30-Async-await-stable.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ new syntax:
4040
* using [wasm-bindgen-futures], you can even bridge Rust Futures with
4141
[JavaScript promises];
4242
* the [hyper library][hyper] has [migrated][hyper#1805] to adopt standard Rust futures;
43-
* the 0.3.0 version of the [futures-rs library][futures] will support
44-
async-await and will be released at or around the time async-await hits stable
45-
(you can use the [0.3.0-alpha][] releases now);
43+
* the newly released 0.3.0 version of the [futures-rs library][futures] includes support
44+
async-await;
4645
* finally, async-await support is starting to become available in higher-level
47-
[web frameworks][wf] as well.
46+
[web frameworks][wf] as well, as well as other interesting applications such
47+
as the [`futures_intrusive`](https://docs.rs/futures-intrusive/0.2.0/futures_intrusive/)
48+
crate.
4849

4950
[futures]: https://crates.io/crates/futures-preview
5051
[tokio]: https://tokio.rs/

0 commit comments

Comments
 (0)