Module s2_par

Parallel evaluation.

Description

Parallel evaluation.

Data Types

maybe()

maybe(A, B) = {ok, A} | {error, B}

opt()

opt() = {timeout, non_neg_integer()} | {errors, boolean()} | {workers, non_neg_integer()} | {chunksize, non_neg_integer()}

Function Index

map/2map(F, Xs) is the result of mapping F over Xs in parallel.
map/3

Function Details

map/2

map(F::fun((A) -> B), Xs::[A]) -> maybe([maybe(B, term()) | B], term())

map(F, Xs) is the result of mapping F over Xs in parallel.

map/3

map(F, Xs, Opts) -> any()


Generated by EDoc