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

Add ParallelIterator::take_any_while and skip_any_while #1024

Merged
merged 2 commits into from
Feb 24, 2023

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Feb 24, 2023

These are like Iterator::take_while and skip_while, but the any
names emphasize that they're not a straightforward parallelization, as
they does not honor the original iterator order.

These are like `Iterator::take_while` and `skip_while`, but the `any`
names emphasize that they're not a straightforward parallelization, as
they does not honor the original iterator order.
@cuviper cuviper force-pushed the skip-take_any_while branch from 8fd378d to 68457b0 Compare February 24, 2023 00:20
@cuviper
Copy link
Member Author

cuviper commented Feb 24, 2023

bors r+

@bors bors bot merged commit 4a2de59 into rayon-rs:master Feb 24, 2023
@cuviper cuviper deleted the skip-take_any_while branch February 25, 2023 17:58
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.

1 participant