You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

340 B

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.