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 2dd5320 commit ca0f12eCopy full SHA for ca0f12e
core/kotlinx-coroutines-core/src/CoroutineName.kt renamed to common/kotlinx-coroutines-core-common/src/CoroutineName.kt
@@ -4,8 +4,7 @@
4
5
package kotlinx.coroutines.experimental
6
7
-import kotlin.coroutines.experimental.AbstractCoroutineContextElement
8
-import kotlin.coroutines.experimental.CoroutineContext
+import kotlin.coroutines.experimental.*
9
10
/**
11
* User-specified name of coroutine. This name is used in debugging mode.
0 commit comments