Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt411 private var internalResult: Any? = NO_RESULT in trySelect() variable in kotlinx.coroutines.selects.SelectImplementation
685 val internalResult = this.internalResult in trySelect() constant