orbit-util
/
orbit.util.concurrent
/
AsyncMap
/
compareAndSet
compareAndSet
abstract
suspend
fun
compareAndSet
(
key
:
K
,
initialValue
:
V
?
,
newValue
:
V
?
)
:
Boolean