Registry / utility / atomicfu-watchosx64

atomicfu-watchosx64

JSON →
library0.32.1javamavenunverified

AtomicFU utilities for watchOS x64 platform, providing atomic operations.

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

Creates and increments an atomic integer.

import kotlinx.atomicfu.AtomicInt fun main() { val atomicInt = AtomicInt(0) atomicInt.incrementAndGet() println("Atomic value: ${atomicInt.value}") }
Debug
Known issues

No known issues recorded.

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-watchosx64 — mvn dependency:get atomicfu-watchosx64 · libregistry