Documentation Index
Fetch the complete documentation index at: https://acme-c84a37e5.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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