We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6e1f0 commit 658c0acCopy full SHA for 658c0ac
kotlinx-coroutines-core/common/src/selects/SelectUnbiased.kt
@@ -33,6 +33,7 @@ public suspend inline fun <R> selectUnbiased(crossinline builder: SelectBuilder<
33
internal class UnbiasedSelectBuilderImpl<in R>(
34
uCont: Continuation<R>
35
) : SelectBuilder<R> {
36
+
37
private val instance = SelectBuilderImpl(uCont)
38
private val clauses = arrayListOf<() -> Unit>()
39
0 commit comments