ClojureDocs

导航

名称空间

vswap!

clojure.core

从 1.7 开始提供 (源代码)
  • (vswap! vol f & args)
Non-atomically swaps the value of the volatile as if:
 (apply f current-value-of-vol args). Returns the value that
 was swapped in.