JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q47591F
  • License Apache-2.0

AtomicFU utilities for JS

Package Exports

  • kotlinx-atomicfu

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kotlinx-atomicfu) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.