@@ -70,13 +70,13 @@ maintained independently.
70
70
[ rust-lang org ] : https://github.com/rust-lang/
71
71
[ Async Foundations WG ] : https://rust-lang.github.io/compiler-team/working-groups/async-await/
72
72
[ Async Ecosystem WG ] : https://github.com/rustasync/team
73
- [ Async Book ] : https://github.com/rust-lang/async-book
73
+ [ async book ] : https://github.com/rust-lang/async-book
74
74
75
75
** The [ Async Foundations WG] , meanwhile, will continue, but with a
76
76
shift in focus.** Now that async-await is en route to stabilization,
77
77
the focus will be on polish, such as improving diagnostics, fixing
78
- smaller bugs, and improving documentation such as the [ Async
79
- Book ] . Once progress is made on that, we'll be considering what
78
+ smaller bugs, and improving documentation such as the [ async
79
+ book ] . Once progress is made on that, we'll be considering what
80
80
features to implement next.
81
81
82
82
(An aside: this is the first time that we've ever opted to spin * down*
@@ -143,10 +143,12 @@ nest of futures without incurring a per-future cost. As an end-user,
143
143
though, the main thing you'll notice is that ** futures feel "lazy"** :
144
144
they don't do anything until you await them.
145
145
146
- If you'd like a closer look at how futures work under the hood,
147
- [ withoutboats] gave a [ great introduction in this talk] [ video ] from
148
- [ Rust LATAM 2019] .
146
+ If you'd like a closer look at how futures work under the hood, take a
147
+ look at [ the executor section] of the [ async book] , or watch the
148
+ [ excellent talk] [ video ] that [ withoutboats] gave at [ Rust LATAM 2019]
149
+ on the topic.
149
150
151
+ [ the executor section ] : https://rust-lang.github.io/async-book/02_execution/04_executor.html
150
152
[ video ] : https://www.youtube.com/watch?v=skos4B5x7qE
151
153
[ Rust LATAM 2019 ] : https://rustlatam.org/
152
154
[ withoutboats ] : https://rustlatam.org/
0 commit comments