Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt229 val handled = cancelParent(finalException) || handleJobException(finalException) in <lambda>()
332 cancelParent(cause) // tentative cancellation -- does not matter if there is no parent in <lambda>()
342 private fun cancelParent(cause: Throwable): Boolean { in <lambda>() method