Skip to content

Commit 3e4ba18

Browse files
committed
cite hyper
1 parent 5d91dd7 commit 3e4ba18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

posts/2019-09-27-Async-await-hits-beta.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)