The type of the input items.
The type of the accumulated result.
The array of data to reduce.
An async function applied to each element, receiving the accumulator, the current item, and a cancellation token.
The initial value for the accumulator.
Optionaloptions: CancellableOptions<unknown>Cancellable configuration options.
A cancellable handle that resolves with the final accumulated value.
Iterates over an array of data, applying an asynchronous reducer function sequentially.
The type of the input items.
The type of the accumulated result.
The array of data to reduce.
An async function applied to each element, receiving the accumulator, the current item, and a cancellation token.
The initial value for the accumulator.
Optionaloptions: CancellableOptions<unknown>Cancellable configuration options.
A cancellable handle that resolves with the final accumulated value.
Iterates over an array of data, applying an asynchronous reducer function sequentially.