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

proposal: add async foreach/ienumerator #714

Closed
lobster2012-user opened this issue Jul 2, 2017 · 2 comments
Closed

proposal: add async foreach/ienumerator #714

lobster2012-user opened this issue Jul 2, 2017 · 2 comments

Comments

@lobster2012-user
Copy link

async foreach
async ienumerator

while(await enumerator.Move())
{
process((await?) enumerator.Current)
}
.....
async foreach(var a in list)
{
process(a);
}

Thanks.

@svick
Copy link
Contributor

svick commented Jul 2, 2017

I think this is a duplicate of #43 and #390.

@lobster2012-user
Copy link
Author

Thanks. Closed.

@lobster2012-user lobster2012-user changed the title proposal: add async foreach/ienumarator proposal: add async foreach/ienumerator May 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants