We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e19f8 commit 3d1770bCopy full SHA for 3d1770b
kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/selects/Select.kt
@@ -29,7 +29,7 @@ import kotlin.coroutines.experimental.intrinsics.suspendCoroutineOrReturn
29
/**
30
* Scope for [select] invocation.
31
*/
32
-public interface SelectBuilder<in R> : CoroutineScope {
+public interface SelectBuilder<in R> {
33
34
* Clause for [Job.join] suspending function that selects the given [block] when the job is complete.
35
* This clause never fails, even if the job completes exceptionally.
0 commit comments