Registry / utility / atomicfu-macosarm64

atomicfu-macosarm64

JSON →
library0.32.1javamavenunverified

Native macOS ARM64 (Apple Silicon) library for Kotlin AtomicFU, providing lock-free atomic operations.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu-macosarm64</artifactId> <version>0.32.1</version> </dependency>
INSTALL
IMPORT
SIG · ATOMICFU-MACOSARM6
A
atomicfu-macosarm64
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

Use AtomicFU's atomic integer for thread-safe counters.

import kotlinx.atomicfu.atomic val counter = atomic(0) counter.incrementAndGet() println(counter.value) // prints: 1
Debug
Known issues
breakingThis is a platform-specific native library; it must be used with the corresponding Kotlin Multiplatform artifact.
fix
Add kotlinx-atomicfu as a common dependency and let the build system resolve the correct native artifact for your target.
affects: *
Upgrade
Version history
0.32.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
3
Resources
atomicfu-macosarm64 — mvn dependency:get atomicfu-macosarm64 · libregistry