Home
last modified time | relevance | path

Searched defs:getCancellationException (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DNonCancellable.kt72 …override fun getCancellationException(): CancellationException = throw IllegalStateException("This… in getCancellationException() method
DJob.kt174 public fun getCancellationException(): CancellationException in getCancellationException() method
DJobSupport.kt414 public final override fun getCancellationException(): CancellationException = in <lambda>() method