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.kt459 public fun getChildJobCancellationCause(): CancellationException in parentCancelled() method
DJobSupport.kt702 override fun getChildJobCancellationCause(): CancellationException { in <lambda>() method
717 else -> (cause as ParentJob).getChildJobCancellationCause() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api415 public fun getChildJobCancellationCause ()Ljava/util/concurrent/CancellationException;
483 public abstract fun getChildJobCancellationCause ()Ljava/util/concurrent/CancellationException;