Package-level declarations

Types

Link copied to clipboard
typealias ApplicationScope = CoroutineScope
Link copied to clipboard

Functions

Link copied to clipboard
fun <T> Flow<T>.firstBlocking(): T
Link copied to clipboard
suspend fun <T> Result<T>.getOrElseOrRethrowCancellation(onFailure: (Throwable) -> T): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Rethrows if the given Throwable is a CancellationException and the current coroutine is no longer active.