@@ -70,13 +70,13 @@ maintained independently.
7070[ rust-lang org ] : https://github.com/rust-lang/
7171[ Async Foundations WG ] : https://rust-lang.github.io/compiler-team/working-groups/async-await/
7272[ 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
7474
7575** The [ Async Foundations WG] , meanwhile, will continue, but with a
7676shift in focus.** Now that async-await is en route to stabilization,
7777the 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
8080features to implement next.
8181
8282(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,
143143though, the main thing you'll notice is that ** futures feel "lazy"** :
144144they don't do anything until you await them.
145145
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.
149150
151+ [ the executor section ] : https://rust-lang.github.io/async-book/02_execution/04_executor.html
150152[ video ] : https://www.youtube.com/watch?v=skos4B5x7qE
151153[ Rust LATAM 2019 ] : https://rustlatam.org/
152154[ withoutboats ] : https://rustlatam.org/
0 commit comments