Home
last modified time | relevance | path

Searched defs:resumeSelectWithException (Results 1 – 1 of 1) 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