File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ import kotlinx.atomicfu.*
8
8
import kotlinx.coroutines.channels.*
9
9
import kotlinx.coroutines.internal.*
10
10
import kotlin.coroutines.*
11
- import kotlin.native.concurrent.*
11
+ import kotlin.concurrent.AtomicReference
12
+ import kotlin.native.concurrent.Worker
12
13
import kotlin.time.*
13
14
import kotlin.time.Duration.Companion.milliseconds
14
15
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import kotlinx.cinterop.*
8
8
import platform.CoreFoundation.*
9
9
import platform.darwin.*
10
10
import kotlin.coroutines.*
11
- import kotlin.native. concurrent.*
11
+ import kotlin.concurrent.*
12
12
import kotlin.native.internal.NativePtr
13
13
14
14
internal fun isMainThread (): Boolean = CFRunLoopGetCurrent () == CFRunLoopGetMain ()
You can’t perform that action at this time.
0 commit comments