Skip to content

Commit 5d91dd7

Browse files
committed
cite book
1 parent 123e19b commit 5d91dd7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7676
shift in focus.** Now that async-await is en route to stabilization,
7777
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
8080
features 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,
143143
though, the main thing you'll notice is that **futures feel "lazy"**:
144144
they 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

Comments
 (0)