Searched refs:firstNonCancellation (Results 1 – 1 of 1) sorted by relevance
259 val firstNonCancellation = exceptions.firstOrNull { it !is CancellationException } in <lambda>() constant260 if (firstNonCancellation != null) return firstNonCancellation in <lambda>()