Module fallible_result

Module fallible_result 

Source
Expand description

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

Structs§

ParMapResult
A parallel iterator for which the computation either completely succeeds, or fails and early exits with an error.
ParResult
A parallel iterator for which the computation either completely succeeds, or fails and early exits with an error.
ParXapResult
A parallel iterator for which the computation either completely succeeds, or fails and early exits with an error.