ProgressiveFlow

Successive values of the same object as time passes.

Using this type alias instead of a regular flow communicates the intent that this flow contains successive values of a unique target, and thus that each value emitted by the flow is more recent than any other previous values.

To ignore loading values, see filterNotLoading. To suspend until the first value is available, use now.