File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ better:**
33
33
start on the new async-await syntax;
34
34
- using [ wasm-bindgen-futures] , you can even bridge Rust Futures with
35
35
[ JavaScript promises] ;
36
+ - the [ hyper library] [ hyper ] has [ migrated] [ hyper#1805 ] to adopt standard Rust futures;
36
37
- finally, in addition to the core runtimes just mentioned,
37
38
async-await support is starting to become available in higher-level
38
39
[ web frameworks] [ wf ] as well.
@@ -46,6 +47,8 @@ better:**
46
47
[ recently announced ] : https://async.rs/blog/announcing-async-std/
47
48
[ wf ] : https://www.arewewebyet.org/topics/frameworks/
48
49
[ JavaScript promises ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
50
+ [ hyper ] : https://github.com/hyperium/hyper/
51
+ [ hyper#1805 ] : https://github.com/hyperium/hyper/issues/1805
49
52
50
53
### Restructuring Async I/O in the Rust org
51
54
You can’t perform that action at this time.
0 commit comments