We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db57e08 + a1134f2 commit 7ef545eCopy full SHA for 7ef545e
kotlinx-coroutines-core/native/src/MultithreadedDispatchers.kt
@@ -8,7 +8,8 @@ import kotlinx.atomicfu.*
8
import kotlinx.coroutines.channels.*
9
import kotlinx.coroutines.internal.*
10
import kotlin.coroutines.*
11
-import kotlin.native.concurrent.*
+import kotlin.concurrent.AtomicReference
12
+import kotlin.native.concurrent.Worker
13
import kotlin.time.*
14
import kotlin.time.Duration.Companion.milliseconds
15
kotlinx-coroutines-core/nativeDarwin/src/Dispatchers.kt
@@ -8,7 +8,7 @@ import kotlinx.cinterop.*
import platform.CoreFoundation.*
import platform.darwin.*
+import kotlin.concurrent.*
import kotlin.native.internal.NativePtr
internal fun isMainThread(): Boolean = CFRunLoopGetCurrent() == CFRunLoopGetMain()
0 commit comments