Home
last modified time | relevance | path

Searched defs:onCancellationConstructor (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt135 public val onCancellationConstructor: OnCancellationConstructor? in invoke() constant
180 override val onCancellationConstructor: OnCancellationConstructor? = null constant in kotlinx.coroutines.selects.SelectClause0Impl
196 override val onCancellationConstructor: OnCancellationConstructor? = null constant in kotlinx.coroutines.selects.SelectClause1Impl
208 override val onCancellationConstructor: OnCancellationConstructor? = null constant in kotlinx.coroutines.selects.SelectClause2Impl
789 @JvmField val onCancellationConstructor: OnCancellationConstructor? in trySelect() constant in kotlinx.coroutines.selects.SelectImplementation.ClauseData