scanAsync
Just like scan
but receives a function that results in a Future
to the next value.
Description
Just like scan
but receives a function that results in a Future
to the next value.
Note that the zero
value must be immutable.
emits when the Future
resulting from the function scanning the element resolves to the next value
backpressures when downstream backpressures
completes when upstream completes and the last Future
is resolved