(volatile! val)
Creates and returns a Volatile with an initial value of val.
(defn volatile! [val] (Volatile. val))