Home
last modified time | relevance | path

Searched defs:doSelect (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelectUnbiased.kt56 override suspend fun doSelect(): R { in doSelect() method
DSelect.kt421 internal open suspend fun doSelect(): R = in trySelect() method in kotlinx.coroutines.selects.SelectImplementation
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoverySelectTest.kt27 private suspend fun doSelect(): Int { in doSelect() method in kotlinx.coroutines.exceptions.StackTraceRecoverySelectTest