Searched refs:StopException (Results 1 – 2 of 2) sorted by relevance
87 curChannel.get().close(StopException()) in <lambda>()93 } catch (e: StopException) { in <lambda>()112 class StopException : Exception() in <lambda>() class in kotlinx.coroutines.channels.ConflatedChannelCloseStressTest
573 throw new StopException(); // We'll co_exit from there. in co_yield()641 catch(StopException ex) in run()649 if(inner instanceof StopException){ in run()686 class StopException extends RuntimeException class in IncrementalSAXSource_Filter