Skip to content

Commit edf57a1

Browse files
committed
rephrase to have more parallel structure
1 parent 876c371 commit edf57a1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

posts/2019-11-07-Async-await-stable.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ efforts.
2828

2929
Many thanks are due to the people who made async-await a reality. The
3030
implementation and design would never have happened without the
31-
leadership of cramertj and withoutboats, the polishing work of the
32-
[Async Foundations WG][wg] (davidtwco, tmandry, gilescope, csmoe), the
33-
implementation of generators that futures builds on (Zoxc), the
31+
leadership of cramertj and withoutboats, the implementation and polish
32+
work from the compiler side (davidtwco, tmandry, gilescope, csmoe),
33+
the core generator support that futures builds on (Zoxc), the
3434
foundational work on `Future` and the `Pin` APIs (aturon,
35-
alexcrichton, RalfJ, pythonesque), and of course the many community
36-
members who participated in RFC threads and discussions over the
37-
years.
35+
alexcrichton, RalfJ, pythonesque), and of course the input provided by
36+
so many community members on RFC threads and discussions.
3837

3938
# Major developments in the async ecosystem
4039

0 commit comments

Comments
 (0)