Skip to content

opensavvy.state.coroutines

Types

ProgressiveFlow

Successive values of the same object as time passes.

Functions

captureProgress

Captures the progress information of block using CoroutineProgressReporter.

captureProgress

Captures the progress information of the current operation using CoroutineProgressReporter.

combineCompleted

filterNotLoading

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

now

suspend fun <F, T> ProgressiveFlow<F, T>.now(): Outcome<F, T>

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