Atomicfu is a multiplatform library that provides an idiomatic and efficient way of using atomic operations in Kotlin.
Features
- Complete multiplatform support: JVM, Native, JS and Wasm (since Kotlin 1.9.20).
- Code it like a boxed value atomic(0), but run it in production efficiently
- For JVM: an atomic value is represented as a plain value atomically updated with java.util.concurrent.atomic.AtomicXxxFieldUpdater from the Java standard library
- For JS: an atomic value is represented as a plain value
- For Native: atomic operations are delegated to Kotlin/Native atomic intrinsics
- Use Kotlin-specific extensions (e.g. inline loop, update, updateAndGet functions)
Categories
LibrariesLicense
Apache License V2.0Follow AtomicFU
Other Useful Business Software
The #1 AI-Powered eLearning Platform
Transform your content into engaging eLearning experiences with Coursebox, the #1 AI-powered eLearning authoring tool. Our platform automates the course creation process, allowing you to design a structured course in seconds. Simply make edits, add any missing elements, and your course is ready to go. Whether you want to publish privately, share publicly, sell your course, or export it to your LMS, Coursebox has you covered.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of AtomicFU!