Crate rayon_par_bridge

Source
Expand description

This crate provides an elegant solution for integrating Rayon’s parallel processing power with the traditional sequential iterator pattern in Rust.

Structs§

RayonIntoIter
An Iterator over the elements returned by a parallel rayon pipeline.

Functions§

par_bridge
Transforms a Rayon parallel iterator into a sequentially processed iterator.