Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt330 onCancelling = true, handler = SelectOnCancelling(parent).asHandler) in next()
336 private inner class SelectOnCancelling(job: Job) : JobCancellingNode<Job>(job) { in next() class in kotlinx.coroutines.selects.SelectBuilderImpl