Skip to content

Commit 84d0d4d

Browse files
committed
reword to be more specific about who is there and why
1 parent 0a45474 commit 84d0d4d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ 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-
efforts of (in no particular order) cramertj, withoutboats, davidtwco,
32-
tmandry, gilescope, csmoe, aturon, alexcrichton, Zoxc, RalfJ,
33-
pythonesque, and of course the many community members who participated
34-
in RFC threads and discussions over the years.
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
34+
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.
3538

3639
# Major developments in the async ecosystem
3740

0 commit comments

Comments
 (0)