tree: 2e1dba39206c58d79c48849084dddc5f44fb5d50 [path history] [tgz]
  1. package.json
  2. README.md
atomicfu/npm/README.md

kotlinx.atomicfu

The idiomatic way to use atomic operations in Kotlin/JS, so that the same code can be shared with Kotlin/JVM.

private val top = atomic<Node?>(null)

See README for more details.