Skip to content

Commit 84ea8bd

Browse files
authored
Merge pull request #42 from davidtwco/async-await-12-03-notes
Add async-await meeting notes for 12/03.
2 parents 6589685 + c88c3dd commit 84ea8bd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

working-groups/async-await/NOTES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
# Async-await Meeting Notes
22
This document contains meeting notes from the async-await working group.
33

4+
## 2019-03-12: [Triage Meeting][triage20190312]
5+
**Written by:** [@davidtwco][davidtwco]
6+
7+
This week, the members of the async-await working group updated the group on their individual
8+
progress on assigned issues from previous meetings. Then, the group triaged all new issues from the
9+
week, looking at [#59087](https://github.com/rust-lang/rust/issues/59087) and
10+
[#59001](https://github.com/rust-lang/rust/issues/59001).
11+
12+
In summary, at the end of this meeting, the group is working on:
13+
14+
- [@gilescope][gilescope] is on [#51751](https://github.com/rust-lang/rust/issues/51751)
15+
- [@davidtwco][davidtwco] is on [#55809](https://github.com/rust-lang/rust/issues/55809)
16+
- [@tmandry][tmandry] is continuing [#52924](https://github.com/rust-lang/rust/issues/52924)
17+
- [@cramertj][cramertj] is continuing on a fix for all of the lifetime-in-async-fn-declaration issues
18+
- [@nikomatsakis][nikomatsakis] is having a relaxing week
19+
20+
[triage20190312]: https://rust-lang.zulipchat.com/#narrow/stream/187312-t-compiler.2Fwg-async-await/topic/meeting.202019.2E03.2E12
21+
[gilescope]: https://github.com/gilescope
22+
[davidtwco]: https://github.com/davidtwco
23+
[tmandry]: https://github.com/tmandry
24+
[cramertj]: https://github.com/cramertj
25+
[nikomatsakis]: https://github.com/nikomatsakis

0 commit comments

Comments
 (0)