From a43e69246123c41e11904e0e3d608128560faa5a Mon Sep 17 00:00:00 2001 From: Julien Couvreur Date: Sun, 6 Jan 2019 14:57:12 -0800 Subject: [PATCH] Update README.md --- meetings/2019/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/meetings/2019/README.md b/meetings/2019/README.md index 2fd1510..611a3c0 100644 --- a/meetings/2019/README.md +++ b/meetings/2019/README.md @@ -37,6 +37,7 @@ Overview of meetings and agendas for 2019 - Nullability flow through conditional access when unconstrained generic type parameters are involved. (Aleksey) - Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris) - Confirm shadowing rules for local functions (Chuck/Julien) +- Making a `CancellationToken` available in async-iterator method bodies; possibly reserving a keyword (Julien/Stephen) ## Recurring topics