android13/external/kotlinx.atomicfu/atomicfu/npm
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README.md initial 2024-06-22 20:45:49 +08:00
package.json initial 2024-06-22 20:45:49 +08:00

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.