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.kt232 private inline fun doResume(value: () -> Any?, block: () -> Unit) { in getStackTraceElement() method in kotlinx.coroutines.selects.SelectBuilderImpl
250 doResume({ result.toState() }) { in resumeWith()
261 doResume({ CompletedExceptionally(exception) }) { in resumeSelectCancellableWithException()