kotlinx-atomicfu

0.14.1 • Public • Published

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.

Package Sidebar

Install

npm i kotlinx-atomicfu

Weekly Downloads

61

Version

0.14.1

License

Apache-2.0

Unpacked Size

29.1 kB

Total Files

7

Last publish

Collaborators

  • kotlin