jvmMain.internal.LocalAtomics.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlinx-coroutines-core-jvm Show documentation
Show all versions of kotlinx-coroutines-core-jvm Show documentation
Coroutines support libraries for Kotlin
The newest version!
package kotlinx.coroutines.internal
internal actual typealias LocalAtomicInt = java.util.concurrent.atomic.AtomicInteger
© 2015 - 2025 Weber Informatics LLC | Privacy Policy