Package-level declarations
Functions
Link copied to clipboard
fun <Failure, Value> captureProgress(block: suspend () -> Outcome<Failure, Value>): Flow<ProgressiveOutcome<Failure, Value>>
Captures the progress information of block using CoroutineProgressReporter.
Link copied to clipboard
fun <Failure, Value> Flow<Outcome<Failure, Value>>.captureProgress(): Flow<ProgressiveOutcome<Failure, Value>>
Captures the progress information of the current operation using CoroutineProgressReporter.
Link copied to clipboard
fun <Failure, Value> ProgressiveFlow<Failure, Value>.combineCompleted(): ProgressiveFlow<Failure, Value>
Link copied to clipboard