Signature
run: Executes a single taskall: Executes multiple tasks with concurrency controlrunOrThrow: Executes a single task and throws the result error if it failsallOrThrow: Executes multiple tasks and throws the first failurepartitionAll: Splits results fromall()into successes and failureswithConfig: Creates a new instance with merged configurationorThrow: Alias forrunOrThrow
Options
rules: list of rules to normalize errorsfallback: function for unmapped errorstoError: custom complete normalizerignoreAbort: default for abortsmapError: default error transformationcircuitBreaker: default circuit breaker configuration