Execute an asynchronous reducer function on each element of the source map, resulting in a single output value. Note that this does not parallelize asynchronous reduce steps so it should be used with caution.
source map
asynchronous reducer function that takes an accumulated value, current iteration value, and current iteration key and returns a new accumulated value
initial accumulated value
Execute an asynchronous reducer function on each element of the source map, resulting in a single output value. Note that this does not parallelize asynchronous reduce steps so it should be used with caution.