Skip to main content

Module parallel

Module parallel 

Source
Expand description

Parallel iteration macros that conditionally use rayon when the “parallel” feature is enabled.

These macros provide a convenient way to switch between parallel and sequential iteration without changing the calling code - just enable/disable the “parallel” cargo feature.