File tree 2 files changed +2
-2
lines changed
kotlinx-coroutines-core/common/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package kotlinx.coroutines.internal
6
6
7
7
import kotlinx.atomicfu.*
8
8
import kotlinx.coroutines.*
9
- import kotlin.native.concurrent.*
9
+ import kotlin.native.concurrent.SharedImmutable
10
10
11
11
// Returns the first segment `s` with `s.id >= id` or `CLOSED`
12
12
// if all the segments in this linked list have lower `id` and the list is closed for further segment additions.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import kotlinx.coroutines.*
9
9
import kotlinx.coroutines.internal.*
10
10
import kotlin.coroutines.*
11
11
import kotlin.math.*
12
- import kotlin.native.concurrent.*
12
+ import kotlin.native.concurrent.SharedImmutable
13
13
14
14
/* *
15
15
* A counting semaphore for coroutines that logically maintains a number of available permits.
You can’t perform that action at this time.
0 commit comments