File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,12 @@ new syntax:
40
40
* using [ wasm-bindgen-futures] , you can even bridge Rust Futures with
41
41
[ JavaScript promises] ;
42
42
* 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;
46
45
* 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.
48
49
49
50
[ futures ] : https://crates.io/crates/futures-preview
50
51
[ tokio ] : https://tokio.rs/
You can’t perform that action at this time.
0 commit comments