jvmMain.com.squareup.sqldelight.internal.AtomicsJvm.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runtime-jvm Show documentation
Show all versions of runtime-jvm Show documentation
Multiplatform runtime library to support generated code
package com.squareup.sqldelight.internal
import java.util.concurrent.atomic.AtomicReference
actual typealias AtomicBoolean = java.util.concurrent.atomic.AtomicBoolean
actual typealias Atomic = AtomicReference
© 2015 - 2025 Weber Informatics LLC | Privacy Policy