Searched refs:ChildCancelledException (Results 1 – 8 of 8) sorted by relevance
71 if (cause is ChildCancelledException) return true in childCancelled()81 if (cause is ChildCancelledException) return true in childCancelled()
27 internal expect class ChildCancelledException() : CancellationException class
29 cancel(ChildCancelledException()) in <lambda>()
13 internal actual class ChildCancelledException : CancellationException("Child of the scoped flow was… class
22 internal actual class ChildCancelledException : CancellationException("Child of the scoped flow was… class
41 child.cancel(ChildCancelledException()) in <lambda>()
291 ticker.cancel(ChildCancelledException()) in sample()