fun compareAndSet(expected: T, new: T): Boolean
Compares value with expected and replaces it with new value if values matches. Note that comparison is identity-based, not value-based.
expected - the expected value
expected
new - the new value
new
Return true if successful
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributorsLicensed under the Apache License, Version 2.0. https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-freezable-atomic-reference/compare-and-set.html