ClojureDocs

导航

命名空间

比较并设置!

clojure.core

自 1.0 起可用 (source)
  • (比较并设置!原子 旧值 新值)
Atomically sets the value of atom to newval if and only if the
current value of the atom is identical to oldval. Returns true if
set happened, else false