Registry / utility / atomicfu-iosx64

atomicfu-iosx64

JSON →
library0.32.1javamavenunverified

Atomic operations and lock-free data structures for Kotlin/Native on iOS x64 platforms.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu-iosx64</artifactId> <version>0.32.1</version> </dependency>
INSTALL
IMPORT
SIG · ATOMICFU-IOSX64
A
atomicfu-iosx64
utilityjavav0.32.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AtomicInt
kotlinx.atomicfu.AtomicInt

Demonstrates atomic integer increment.

import kotlinx.atomicfu.AtomicInt fun main() { val atomicInt = AtomicInt(0) atomicInt.incrementAndGet() println(atomicInt.value) }
Debug
Known issues
gotchaPlatform-specific artifact; ensure correct target (iosx64) is used.
fix
Use the appropriate artifact for your Kotlin/Native target (e.g., atomicfu-iosarm64 for iOS ARM64).
affects: all
Upgrade
Version history
0.32.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
2
Resources
atomicfu-iosx64 — mvn dependency:get atomicfu-iosx64 · libregistry