Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt732 val notifyRootCause = synchronized(state) { in <lambda>() constant
744 notifyRootCause?.let { notifyCancelling(state.list, it) } in <lambda>()
876 var notifyRootCause: Throwable? = null in <lambda>() variable
894 notifyRootCause = finishing.rootCause.takeIf { !wasCancelling } in <lambda>()
897 notifyRootCause?.let { notifyCancelling(list, it) } in <lambda>()