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

ForEachAsync optimization, added missing SinkForeachAsyncSpec #6538

Merged
merged 3 commits into from
Mar 24, 2023

Conversation

ismaelhamed
Copy link
Member

Resolves #6391

Checklist

{
var probe = CreateTestProbe();
var latch = Enumerable.Range(1, 4)
.Select(i => (i, new AsyncCountdownEvent(1)))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to used AsyncCountdownEvent directly in a bunch of tests because TestLatch.Ready currently blocks.

Copy link
Contributor

@Arkatufus Arkatufus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some concern about the changes here

src/core/Akka.Streams/Dsl/Sink.cs Show resolved Hide resolved
src/core/Akka.Streams/Dsl/Sink.cs Show resolved Hide resolved
@Arkatufus Arkatufus enabled auto-merge (squash) March 24, 2023 14:06
@Aaronontheweb Aaronontheweb merged commit 947e1ed into akkadotnet:dev Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature - Akka.Streams] ForEachAsync
3 participants