Skip to content

Commit d685a3e

Browse files
committed
Post-rebase fix
1 parent f2a9aa5 commit d685a3e

File tree

1 file changed

+1
-0
lines changed
  • core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/channels

1 file changed

+1
-0
lines changed

core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/channels/Channels.kt

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package kotlinx.coroutines.experimental.channels
1818

1919
import kotlinx.coroutines.experimental.Unconfined
20+
import kotlinx.coroutines.experimental.runBlocking
2021
import kotlin.coroutines.experimental.CoroutineContext
2122

2223
internal const val DEFAULT_CLOSE_MESSAGE = "Channel was closed"

0 commit comments

Comments
 (0)