File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,14 @@ better:**
34
34
- using [ wasm-bindgen-futures] , you can even bridge Rust Futures with
35
35
[ JavaScript promises] ;
36
36
- 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
39
41
[ web frameworks] [ wf ] as well.
40
42
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
41
45
[ wasm-bindgen-futures ] : https://docs.rs/crate/wasm-bindgen-futures/0.2.16
42
46
[ tokio ] : https://tokio.rs/
43
47
[ actix ] : https://actix.rs/
You can’t perform that action at this time.
0 commit comments