Package-level declarations

Types

Link copied to clipboard

Successive values of the same object as time passes.

Functions

Link copied to clipboard

Captures the progress information of block using CoroutineProgressReporter.

Link copied to clipboard

Captures the progress information of the current operation using CoroutineProgressReporter.

Link copied to clipboard

Filters out all the values with a non-done progress from this flow.

Link copied to clipboard
suspend fun <F, T> ProgressiveFlow<F, T>.now(): Outcome<F, T>

Suspends until the first complete value is available (success or failure).