File tree Expand file tree Collapse file tree 7 files changed +7
-8
lines changed
core/kotlinx-coroutines-core Expand file tree Collapse file tree 7 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
package kotlinx.coroutines.experimental
9
9
10
- import internal.*
10
+ import kotlinx.coroutines.experimental. internal.*
11
11
import java.util.*
12
12
import java.util.concurrent.locks.*
13
13
import kotlin.coroutines.experimental.*
Original file line number Diff line number Diff line change 4
4
5
5
package kotlinx.coroutines.experimental
6
6
7
- import internal.*
7
+ import kotlinx.coroutines.experimental.internal.*
8
+ import kotlinx.coroutines.experimental.scheduling.*
8
9
import java.util.concurrent.atomic.*
9
10
import kotlin.coroutines.experimental.*
10
- import kotlinx.coroutines.experimental.scheduling.*
11
11
12
12
/* *
13
13
* Name of the property that control coroutine debugging. See [newCoroutineContext].
Original file line number Diff line number Diff line change 2
2
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
*/
4
4
5
- package internal
5
+ package kotlinx.coroutines.experimental. internal
6
6
7
7
import kotlinx.atomicfu.*
8
8
Original file line number Diff line number Diff line change 2
2
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
*/
4
4
5
- package internal
5
+ package kotlinx.coroutines.experimental. internal
6
6
7
7
// number of processors at startup for consistent prop initialization
8
8
internal val AVAILABLE_PROCESSORS = Runtime .getRuntime().availableProcessors()
Original file line number Diff line number Diff line change 4
4
5
5
package kotlinx.coroutines.experimental.scheduling
6
6
7
- import internal.*
8
7
import kotlinx.coroutines.experimental.*
8
+ import kotlinx.coroutines.experimental.internal.*
9
9
import java.util.concurrent.*
10
10
11
11
Original file line number Diff line number Diff line change 4
4
5
5
package kotlinx.coroutines.experimental.internal
6
6
7
- import internal.*
8
7
import kotlinx.coroutines.experimental.*
9
8
import org.junit.Test
10
9
import kotlin.test.*
Original file line number Diff line number Diff line change 4
4
5
5
package kotlinx.coroutines.experimental.scheduling
6
6
7
- import internal.*
8
7
import kotlinx.atomicfu.*
9
8
import kotlinx.coroutines.experimental.*
9
+ import kotlinx.coroutines.experimental.internal.*
10
10
import org.junit.*
11
11
import kotlin.coroutines.experimental.*
12
12
You can’t perform that action at this time.
0 commit comments