Searched refs:resumeSelectWithException (Results 1 – 5 of 5) sorted by relevance
154 public fun resumeSelectWithException(exception: Throwable) in trySelect() method306 override fun resumeSelectWithException(exception: Throwable) { in next() method in kotlinx.coroutines.selects.SelectBuilderImpl340 resumeSelectWithException(job.getCancellationException()) in next()
464 select.resumeSelectWithException(closed.sendException) in <lambda>()981 RECEIVE_THROWS_ON_CLOSE -> select.resumeSelectWithException(closed.receiveException) in resumeOnCancellationFun()986 select.resumeSelectWithException(closed.receiveException) in resumeOnCancellationFun()
277 select.resumeSelectWithException(it.sendException) in <lambda>()
1247 select.resumeSelectWithException(state.cause) in <lambda>()1271 select.resumeSelectWithException(state.cause) in <lambda>()
1210 public fun resumeSelectWithException (Ljava/lang/Throwable;)V1234 public abstract fun resumeSelectWithException (Ljava/lang/Throwable;)V