Searched refs:cancelParent (Results 1 – 1 of 1) sorted by relevance
229 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