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.