Home
last modified time | relevance | path

Searched defs:onCancelling (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DAbstractCoroutineTest.kt21 override fun onCancelling(cause: Throwable?) { in <lambda>() method
61 override fun onCancelling(cause: Throwable?) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DJobHandlersUpgradeStressTest.kt57 val onCancelling = rnd.nextBoolean() in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/
DActor.kt132 override fun onCancelling(cause: Throwable?) { in onCancelling() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DSuppressionTests.kt24 override fun onCancelling(cause: Throwable?) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt995 protected open fun onCancelling(cause: Throwable?) {} in <lambda>() method