Searched refs:callOnCancellation (Results 1 – 2 of 2) sorted by relevance
232 fun callOnCancellation(onCancellation: (cause: Throwable) -> Unit, cause: Throwable) { in <lambda>() method407 onCancellation?.let { callOnCancellation(it, state.cause) } in <lambda>()556 onCancellation?.let { cont.callOnCancellation(it, cause) } in invokeHandlers()
61 public final fun callOnCancellation (Lkotlin/jvm/functions/Function1;Ljava/lang/Throwable;)V