Home
last modified time | relevance | path

Searched refs:resumeSelectWithException (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt154 public fun resumeSelectWithException(exception: Throwable) in trySelect() method
306 override fun resumeSelectWithException(exception: Throwable) { in next() method in kotlinx.coroutines.selects.SelectBuilderImpl
340 resumeSelectWithException(job.getCancellationException()) in next()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt464 select.resumeSelectWithException(closed.sendException) in <lambda>()
981 RECEIVE_THROWS_ON_CLOSE -> select.resumeSelectWithException(closed.receiveException) in resumeOnCancellationFun()
986 select.resumeSelectWithException(closed.receiveException) in resumeOnCancellationFun()
DConflatedBroadcastChannel.kt277 select.resumeSelectWithException(it.sendException) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt1247 select.resumeSelectWithException(state.cause) in <lambda>()
1271 select.resumeSelectWithException(state.cause) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api1210 public fun resumeSelectWithException (Ljava/lang/Throwable;)V
1234 public abstract fun resumeSelectWithException (Ljava/lang/Throwable;)V