Atoms
6Creates and returns an Atom with an initial value of x and zero or more options (in any order): :meta metadata-map ...
functionclojure.core
Atomically sets the value of atom to newval if and only if the current value of the atom is identical to oldval. Retur...
functionclojure.core
Sets the value of atom to newval without regard for the current value. Returns newval.
functionclojure.core
Sets the value of atom to newval. Returns [old new], the value of the atom before and after the reset.
functionclojure.core
Atomically swaps the value of atom to be: (apply f current-value-of-atom args). Note that f may be called multiple t...
functionclojure.core
Atomically swaps the value of atom to be: (apply f current-value-of-atom args). Note that f may be called multiple t...
functionclojure.core