Searched defs:doSelect (Results 1 – 3 of 3) sorted by relevance
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/ | ||
| D | SelectUnbiased.kt | 53     override suspend fun doSelect(): R {  in doSelect()  method | 
| D | Select.kt | 443     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 | 24     private suspend fun doSelect(): Int {  in doSelect()  method in kotlinx.coroutines.exceptions.StackTraceRecoverySelectTest |