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

Query: Add ForEachAsync operator with async lambda #11866

Closed
smitpatel opened this issue May 1, 2018 · 5 comments
Closed

Query: Add ForEachAsync operator with async lambda #11866

smitpatel opened this issue May 1, 2018 · 5 comments

Comments

@smitpatel
Copy link
Member

From #11861

ForEachAsync takes sync lambda. We can add overload which takes async lambda too so async func can be called from it.

@divega divega added this to the Backlog milestone May 1, 2018
@divega divega self-assigned this May 1, 2018
@divega
Copy link
Contributor

divega commented May 1, 2018

We should get out of the business of writing extension methods and extending IX Async when IAsyncEnumerable support in C# 8 is happening soon. But this should be a nice to have for that work.

@tuespetre
Copy link
Contributor

soon

Ohhh? Do you know some knowledge about some things @divega?

@divega
Copy link
Contributor

divega commented May 2, 2018

@tuespetre really nothing that isn’t public knowledge: dotnet/csharplang#43 is marked as 8.0 candidate, and we have been discussing it for a long time now.

@tuespetre
Copy link
Contributor

Dang, I was hoping your “soon” was sooner than the “soon” I’ve been telling myself for a while. 🤐

@divega
Copy link
Contributor

divega commented Jul 25, 2018

Closing as duplicate of #12425.

@divega divega closed this as completed Jul 25, 2018
@ajcvickers ajcvickers removed this from the Backlog milestone Oct 16, 2018
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants