Registry / utility / atomicfu

atomicfu

JSON →
library0.32.1javamavenunverified

AtomicFU provides atomic operations and lock-free data structures for Kotlin multiplatform projects.

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

Minimal usage of AtomicFU to create and increment an atomic integer.

import kotlinx.atomicfu.atomic fun main() { val counter = atomic(0) counter.incrementAndGet() println(counter.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
17 hits · last 30 days
node
14
OpenAI (training)
2
Meta
1
Resources
atomicfu — mvn dependency:get atomicfu · libregistry