Searched refs:cancelChildren (Results 1 – 17 of 17) sorted by relevance
519 public fun Job.cancelChildren(cause: CancellationException? = null) { in cancelChildren() method527 public fun Job.cancelChildren(): Unit = cancelChildren(null) in cancelChildren() method533 public fun Job.cancelChildren(cause: Throwable? = null) { in cancelChildren() method627 public fun CoroutineContext.cancelChildren(cause: CancellationException? = null) { in cancelChildren() method635 public fun CoroutineContext.cancelChildren(): Unit = cancelChildren(null) in cancelChildren() method650 public fun CoroutineContext.cancelChildren(cause: Throwable? = null) { in cancelChildren() method
22 coroutineContext.cancelChildren() in <lambda>()32 coroutineContext.cancelChildren() in <lambda>()
46 coroutineContext.cancelChildren() // cancels sharing in <lambda>()
28 coroutineContext.cancelChildren() in <lambda>()
185 coroutineContext.cancelChildren() // cancel sharing job in <lambda>()
18 coroutineContext.cancelChildren() // cancel all children to let main finish in <lambda>()
18 coroutineContext.cancelChildren() // cancel children coroutines in <lambda>()
19 coroutineContext.cancelChildren() // game over, cancel them in <lambda>()
32 coroutineContext.cancelChildren() in <lambda>()
38 coroutineContext.cancelChildren() in <lambda>()
43 coroutineContext.cancelChildren() // cancel fizz & buzz coroutines in <lambda>()
279 parent.cancelChildren() in <lambda>()
85 coroutineContext.cancelChildren() in clearAnimations()
383 public static final synthetic fun cancelChildren (Lkotlin/coroutines/CoroutineContext;)V384 …public static final synthetic fun cancelChildren (Lkotlin/coroutines/CoroutineContext;Ljava/lang/T…385 …public static final fun cancelChildren (Lkotlin/coroutines/CoroutineContext;Ljava/util/concurrent/…386 public static final synthetic fun cancelChildren (Lkotlinx/coroutines/Job;)V387 public static final synthetic fun cancelChildren (Lkotlinx/coroutines/Job;Ljava/lang/Throwable;)V388 …public static final fun cancelChildren (Lkotlinx/coroutines/Job;Ljava/util/concurrent/Cancellation…389 …public static synthetic fun cancelChildren$default (Lkotlin/coroutines/CoroutineContext;Ljava/lang…390 …public static synthetic fun cancelChildren$default (Lkotlin/coroutines/CoroutineContext;Ljava/util…391 …public static synthetic fun cancelChildren$default (Lkotlinx/coroutines/Job;Ljava/lang/Throwable;I…392 …public static synthetic fun cancelChildren$default (Lkotlinx/coroutines/Job;Ljava/util/concurrent/…
809 * `Job.cancelChildren` is now an extension (member is deprecated and hidden).877 * `Job.attachChild` and `Job.cancelChildren` are introduced.881 …* `CoroutineContext.cancel` and `CoroutineContext.cancelChildren` extensions are introduced for co…