Skip to content

Commit 658c0ac

Browse files
committed
~
1 parent 3f6e1f0 commit 658c0ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlinx-coroutines-core/common/src/selects/SelectUnbiased.kt

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public suspend inline fun <R> selectUnbiased(crossinline builder: SelectBuilder<
3333
internal class UnbiasedSelectBuilderImpl<in R>(
3434
uCont: Continuation<R>
3535
) : SelectBuilder<R> {
36+
3637
private val instance = SelectBuilderImpl(uCont)
3738
private val clauses = arrayListOf<() -> Unit>()
3839

0 commit comments

Comments
 (0)