Adding links to the relevant designs

This commit is contained in:
Jared Parsons 2018-10-23 11:30:23 -07:00 committed by GitHub
parent f4433cc7c5
commit 305621d131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
## Agenda
1. Function pointers
2. Readonly struct members
1. [Function pointers](https://github.com/dotnet/csharplang/blob/master/proposals/function-pointers.md)
2. [Readonly struct members](https://github.com/dotnet/csharplang/issues/1710)
3. Syntax for async streams
## Discussion
@ -71,4 +71,4 @@ best.
**Conclusion**
`await foreach (...)` and `await using (...)`.
`await foreach (...)` and `await using (...)`.