Searched refs:ParentJob (Results 1 – 3 of 3) sorted by relevance
438 public fun parentCancelled(parentJob: ParentJob) in parentCancelled()448 public interface ParentJob : Job { in parentCancelled() interface
28 public open class JobSupport constructor(active: Boolean) : Job, ChildJob, ParentJob, SelectClause0… in <lambda>()633 public final override fun parentCancelled(parentJob: ParentJob) { in <lambda>()717 else -> (cause as ParentJob).getChildJobCancellationCause() in <lambda>()
95 public abstract fun parentCancelled (Lkotlinx/coroutines/ParentJob;)V401 …kotlinx/coroutines/ChildJob, kotlinx/coroutines/Job, kotlinx/coroutines/ParentJob, kotlinx/corouti…434 public final fun parentCancelled (Lkotlinx/coroutines/ParentJob;)V482 public abstract interface class kotlinx/coroutines/ParentJob : kotlinx/coroutines/Job {486 public final class kotlinx/coroutines/ParentJob$DefaultImpls {487 public static synthetic fun cancel (Lkotlinx/coroutines/ParentJob;)V488 …public static fun fold (Lkotlinx/coroutines/ParentJob;Ljava/lang/Object;Lkotlin/jvm/functions/Func…489 …public static fun get (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkot…490 …public static fun minusKey (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;…491 …public static fun plus (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext;)Lkotlin…[all …]