Searched defs:doSelect (Results 1 – 3 of 3) sorted by relevance
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/ | ||
| D | SelectUnbiased.kt | 56 override suspend fun doSelect(): R { in doSelect() method |
| D | Select.kt | 421 internal open suspend fun doSelect(): R = in trySelect() method in kotlinx.coroutines.selects.SelectImplementation |
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ | ||
| D | StackTraceRecoverySelectTest.kt | 27 private suspend fun doSelect(): Int { in doSelect() method in kotlinx.coroutines.exceptions.StackTraceRecoverySelectTest |