Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt329 val newRegistration = parent.invokeOnCompletion( in next() constant
331 parentHandle = newRegistration in next()
333 if (isSelected) newRegistration.dispose() in next()