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

impl FromParallelIterator<()> for () #497

Merged
merged 1 commit into from
Jan 14, 2018

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Dec 21, 2017

This is more useful when combined with higher-level abstractions, like
collecting to a Result<(), E> where you only care about errors.

This is a parallel version of rust-lang/rust#45379.
Cc #496

This is more useful when combined with higher-level abstractions, like
collecting to a `Result<(), E>` where you only care about errors.
@cuviper
Copy link
Member Author

cuviper commented Jan 14, 2018

bors r+

bors bot added a commit that referenced this pull request Jan 14, 2018
497: impl FromParallelIterator<()> for () r=cuviper a=cuviper

This is more useful when combined with higher-level abstractions, like
collecting to a `Result<(), E>` where you only care about errors.

This is a parallel version of rust-lang/rust#45379.
Cc #496

498: FromParallelIterator and ParallelExtend Cow for String r=cuviper a=cuviper

Parallel version of rust-lang/rust#41449.
@bors
Copy link
Contributor

bors bot commented Jan 14, 2018

Build failed (retrying...)

bors bot added a commit that referenced this pull request Jan 14, 2018
497: impl FromParallelIterator<()> for () r=cuviper a=cuviper

This is more useful when combined with higher-level abstractions, like
collecting to a `Result<(), E>` where you only care about errors.

This is a parallel version of rust-lang/rust#45379.
Cc #496
@bors
Copy link
Contributor

bors bot commented Jan 14, 2018

Timed out

@cuviper
Copy link
Member Author

cuviper commented Jan 14, 2018

bors r+

bors bot added a commit that referenced this pull request Jan 14, 2018
497: impl FromParallelIterator<()> for () r=cuviper a=cuviper

This is more useful when combined with higher-level abstractions, like
collecting to a `Result<(), E>` where you only care about errors.

This is a parallel version of rust-lang/rust#45379.
Cc #496
@bors
Copy link
Contributor

bors bot commented Jan 14, 2018

@bors bors bot merged commit 28ca2e4 into rayon-rs:master Jan 14, 2018
@cuviper cuviper deleted the unit_from_par_iter branch October 18, 2018 19:13
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