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

Flow parMap & parMapUnordered #2453

Merged
merged 7 commits into from
Jul 26, 2021
Merged

Flow parMap & parMapUnordered #2453

merged 7 commits into from
Jul 26, 2021

Conversation

nomisRev
Copy link
Member

No description provided.

@nomisRev nomisRev requested a review from a team July 25, 2021 17:23
Copy link
Member

@raulraja raulraja left a comment

Choose a reason for hiding this comment

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

thanks @nomisRev !

@@ -57,3 +71,91 @@ public fun <A, B> Flow<A>.retry(schedule: Schedule<Throwable, B>): Flow<A> = flo
emit(it)
}
}

/**
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we should add a menu entry under "types" or somewhere that points to the Flow extensions

Copy link
Member Author

@nomisRev nomisRev Jul 26, 2021

Choose a reason for hiding this comment

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

I'm going to make some improvements to the Fx docs before M1.
I'm taking this together with bringing back the intro doc we had when we originally released Fx.

Copy link
Member

@i-walker i-walker left a comment

Choose a reason for hiding this comment

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

Thanks @nomisRev

@nomisRev nomisRev merged commit 6eef516 into main Jul 26, 2021
@nomisRev nomisRev deleted the sv-flow-par-zip branch July 26, 2021 15:43
nomisRev added a commit that referenced this pull request Aug 2, 2021
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

Successfully merging this pull request may close these issues.

3 participants