Searched refs:SelectOnCancelling (Results 1 – 1 of 1) sorted by relevance
330 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