Skip to content

Commit 81f79c3

Browse files
committed
Do not use deprecated coroutineContext
1 parent f0cd180 commit 81f79c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/kotlinx-coroutines-io/src/main/kotlin/kotlinx/coroutines/experimental/io/internal/InlineRendezvousSwap.kt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package kotlinx.coroutines.experimental.io.internal
22

33
import kotlinx.coroutines.experimental.*
4+
import kotlin.coroutines.experimental.coroutineContext
45
import kotlin.coroutines.experimental.intrinsics.*
56

67
/**

0 commit comments

Comments
 (0)