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.