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:**
3333 start on the new async-await syntax;
3434- using [ wasm-bindgen-futures] , you can even bridge Rust Futures with
3535 [ JavaScript promises] ;
36+ - the [ hyper library] [ hyper ] has [ migrated] [ hyper#1805 ] to adopt standard Rust futures;
3637- finally, in addition to the core runtimes just mentioned,
3738 async-await support is starting to become available in higher-level
3839 [ web frameworks] [ wf ] as well.
@@ -46,6 +47,8 @@ better:**
4647[ recently announced ] : https://async.rs/blog/announcing-async-std/
4748[ wf ] : https://www.arewewebyet.org/topics/frameworks/
4849[ 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
4952
5053### Restructuring Async I/O in the Rust org
5154
You can’t perform that action at this time.
0 commit comments