foldAsync
Just like fold
but receives a function that results in a Future
to the next value.
Description
Just like fold
but receives a function that results in a Future
to the next value.
Note that the zero
value must be immutable.
emits when upstream completes and the last Future
is resolved
backpressures when downstream backpressures
completes when upstream completes and the last Future
is resolved