Module computational_variants

Module computational_variants 

Source
Expand description

Module containing variants of parallel iterators.

Modules§

fallible_option
A parallel iterator for which the computation either completely succeeds, or fails and early exits with None.
fallible_result
A parallel iterator for which the computation either completely succeeds, or fails and early exits with an error.

Structs§

Par
A parallel iterator.
ParMap
A parallel iterator that maps inputs.
ParXap
A parallel iterator that xaps inputs.