Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt401 val selectSuccess = failure == null in performAtomicTrySelect() constant
402 val update = if (selectSuccess) null else this@SelectBuilderImpl in performAtomicTrySelect()
404 if (selectSuccess) in performAtomicTrySelect()