Expand description
This crate provides an elegant solution for integrating Rayon’s parallel processing power with the traditional sequential iterator pattern in Rust.
Structs§
- Rayon
Into Iter - An
Iterator
over the elements returned by a parallel rayon pipeline.
Functions§
- par_
bridge - Transforms a Rayon parallel iterator into a sequentially processed iterator.