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§

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

Functions§

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