Skip to content

Commit c802272

Browse files
committed
~
1 parent a9ebe59 commit c802272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)