Registry / utility / atomicfu-watchosx86

atomicfu-watchosx86

JSON →
library0.22.0javamavenunverified

AtomicFU utilities for WatchOS x86 platform.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu-watchosx86</artifactId> <version>0.22.0</version> </dependency>
INSTALL
IMPORT
SIG · ATOMICFU-WATCHOSX8
A
atomicfu-watchosx86
utilityjavav0.22.0
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 AtomicInt for lock-free thread-safe operations.

import kotlinx.atomicfu.AtomicInt fun main() { val atomicInt = AtomicInt(0) atomicInt.incrementAndGet() println(atomicInt.value) }
Debug
Known issues
breakingPlatform-specific artifact; ensure correct target (watchosx86).
fix
Use the appropriate artifact for your target platform (e.g., atomicfu-jvm, atomicfu-native).
affects: all
Upgrade
Version history
0.22.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Meta
1
Resources
atomicfu-watchosx86 — mvn dependency:get atomicfu-watchosx86 · libregistry