|
1 | 1 | ---
|
2 | 2 | layout: post
|
3 | 3 | title: Async Rust in 2022
|
4 |
| -author: Tyler Mandry and Niko Matsakis |
| 4 | +author: Niko Matsakis and Tyler Mandry |
5 | 5 | description: "The async working group's goals in 2022"
|
6 | 6 | team: Async Working Group <https://www.rust-lang.org/governance/teams/wg-async>
|
7 | 7 | ---
|
@@ -85,7 +85,7 @@ We've organized the Async working group into a number of distinct initiatives, e
|
85 | 85 |
|
86 | 86 | ### [Async fundamentals][afi] initiative
|
87 | 87 |
|
88 |
| -Currently focused on supporting `async fn` in traits. |
| 88 | +Led by [tmandry], currently focused on supporting `async fn` in traits. |
89 | 89 |
|
90 | 90 | * We have been coordinating and supporting the [generic associated types](https://rust-lang.github.io/generic-associated-types-initiative/) and [impl trait](https://rust-lang.github.io/impl-trait-initiative/) initiatives.
|
91 | 91 | * We have also landed the [static async fn in traits](https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html) RFC and [drafted an RFC for return position impl trait][rpit] (which still needs a few tweaks before it's ready to land).
|
@@ -136,15 +136,10 @@ You can find the complete set of work that we have planned on our [roadmap page]
|
136 | 136 | [stack-traces]: https://rust-lang.github.io/wg-async/design_docs/async_stack_traces.html
|
137 | 137 | [rpit]: https://github.com/rust-lang/rfcs/pull/3193
|
138 | 138 | [ti]: https://nikomatsakis.github.io/wg-async/vision/deliverables/tooling.html
|
| 139 | +[tmandry]: https://github.com/tmandry |
139 | 140 |
|
140 | 141 | ## Want to help?
|
141 | 142 |
|
142 |
| -:loudspeaker: **We would like to launch a monthly (or bi-monthly) async newsletter**! :loudspeaker: We are looking for volunteers to help in writing and maintaining that effort! If you are someone who likes to stay current with what's going on, contact [tmandry] and/or [nikomatsakis] on Zulip in privmsg or the the [`#wg-async`] stream. Thanks! |
143 |
| - |
144 |
| -[tmandry]: https://github.com/tmandry/ |
145 |
| -[nikomatsakis]: https://github.com/nikomatsakis/ |
146 |
| -[`#wg-async`]: https://rust-lang.zulipchat.com/#narrow/stream/187312-wg-async |
147 |
| - |
148 |
| -For further suggestions on how to get involved, check out the [How to help] section of the [polish initiative page][polish]. There is a weekly [polish triage meeting](https://rust-lang.github.io/wg-async/triage.html) which you may also want to attend. |
| 143 | +If you're interested in helping out, a good place to start is the [How to help] section of the polish initiative page. There is also a weekly [polish triage meeting](https://rust-lang.github.io/wg-async/triage.html) which you may want to attend. |
149 | 144 |
|
150 | 145 | [How to help]: https://rust-lang.github.io/wg-async/vision/roadmap/polish.html#-how-to-help
|
0 commit comments