Crate maybe_parallel_iterator

Source

Structs§

MaybeParallelIterator
An iterator that may be sequential or parallel depending on feature flags.

Traits§

IntoMaybeParallelIterator
Extends iterable collections with a function to create a [Computation].
IntoMaybeParallelRefIterator
Like IntoMaybeParallelIterator but borrows.
IntoMaybeParallelRefMutIterator
Like IntoMaybeParallelIterator but borrows mutably.
MaybeParallelSort