IVolatile

protocolsince v0.0-2496Edit
implemented for Volatile

Source docstring:
Protocol for adding volatile functionality.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defprotocol IVolatile
  (-vreset! [o new-value]
    "Sets the value of volatile o to new-value without regard for the
     current value. Returns new-value."))