Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust pattern-based lookup for await foreach #32111

Closed
jcouv opened this issue Jan 3, 2019 · 0 comments
Closed

Adjust pattern-based lookup for await foreach #32111

jcouv opened this issue Jan 3, 2019 · 0 comments
Assignees
Labels
4 - In Review A fix for the issue is submitted for review. Area-Compilers Area-Language Design New Feature - Async Streams Async Streams
Milestone

Comments

@jcouv
Copy link
Member

jcouv commented Jan 3, 2019

Pattern-based 'await foreach' should find 'GetAsyncEnumerator' and 'MoveNextAsync' by binding them with no arguments.

So GetAsyncEnumerator(params int[] x) or GetAsyncEnumerator(int optional = 0) would be recognized, in addition to GetAsyncEnumerator() and GetAsyncEnumerator(CancellationToken token = default).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - In Review A fix for the issue is submitted for review. Area-Compilers Area-Language Design New Feature - Async Streams Async Streams
Projects
None yet
Development

No branches or pull requests

1 participant