Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt277 private inline fun doResume(value: () -> Any?, block: () -> Unit) { in next() method in kotlinx.coroutines.selects.SelectBuilderImpl
296 doResume({ result.toState() }) { in next()
307 doResume({ CompletedExceptionally(recoverStackTrace(exception, uCont)) }) { in next()