File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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 0.3.0 version of the [ futures-rs library] [ futures ] will support
38+ async-await and will be released by the time async-await hits stable
39+ (you can use the [ 0.3.0-alpha] [ ] releases now);
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/
You can’t perform that action at this time.
0 commit comments