Home
last modified time | relevance | path

Searched refs:firstNonCancellation (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt259 val firstNonCancellation = exceptions.firstOrNull { it !is CancellationException } in <lambda>() constant
260 if (firstNonCancellation != null) return firstNonCancellation in <lambda>()