Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJob.kt452 public fun getChildJobCancellationCause(): CancellationException in parentCancelled() method
DJobSupport.kt709 override fun getChildJobCancellationCause(): CancellationException { in <lambda>() method
724 else -> (cause as ParentJob).getChildJobCancellationCause() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api480 public fun getChildJobCancellationCause ()Ljava/util/concurrent/CancellationException;
554 public abstract fun getChildJobCancellationCause ()Ljava/util/concurrent/CancellationException;