Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt327 private fun notifyCancelling(list: NodeList, cause: Throwable) { in <lambda>() method
744 notifyRootCause?.let { notifyCancelling(state.list, it) } in <lambda>()
792 notifyCancelling(list, rootCause) in <lambda>()
897 notifyRootCause?.let { notifyCancelling(list, it) } in <lambda>()