All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonTest.maryk.AtomicInteger.kt Maven / Gradle / Ivy

package maryk

expect class AtomicInteger() {
    fun incrementAndGet(): Int
    fun get(): Int
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy