Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt214 val finalCause = getFinalRootCause(state, exceptions) in <lambda>()
244 private fun getFinalRootCause(state: Finishing, exceptions: List<Throwable>): Throwable? { in <lambda>() method