-
Notifications
You must be signed in to change notification settings - Fork 507
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
doc: Documentation examples for parallel iterator methods #420
Comments
I'm reopening this per #466 (comment) |
Assigning @cuviper to do a sweep over these methods. |
"traits" plural -- I'm inclined to include all traits in the prelude, but we're missing a lot of examples...
(#512 does add documentation to some of these, but not examples.) Also, the iter functions are in good shape except for |
528: Replace coco with crossbeam-deque r=nikomatsakis a=cuviper These are the changes from @stjepang and @jeehoonkang, replacing and closing #480. The minimum rustc is *slightly* increased from 1.12 to 1.13 for the transitive requirements. 530: Add examples to par_split_mut and par_chunks_mut r=nikomatsakis a=cuviper Also add an odd tail to the `par_chunks` example. cc #420
All checked! |
Ideally all methods on the parallel iterator traits should have an example of how they can be used!
The text was updated successfully, but these errors were encountered: