Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/
DActor.kt137 override fun handleJobException(exception: Throwable): Boolean { in handleJobException() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DBuilders.common.kt183 override fun handleJobException(exception: Throwable): Boolean { in invoke() method
DJobSupport.kt226 val handled = cancelParent(finalException) || handleJobException(finalException) in <lambda>()
972 protected open fun handleJobException(exception: Throwable): Boolean = false in <lambda>() method
/external/kotlinx.coroutines/binary-compatibility-validator/reference-public-api/
Dkotlinx-coroutines-core.txt400 protected fun handleJobException (Ljava/lang/Throwable;)Z