Creates and returns a Ref with an initial value of x and zero or mo
Gets the min-history of a ref, or sets it and returns the ref
Returns the history count of a ref
(defn ref-max-history "Gets the max-history of a ref, or sets it and returns the ref" {:added "1.1" :static true} ([^clojure.lang.Ref ref] (.getMaxHistory ref)) ([^clojure.lang.Ref ref n] (.setMaxHistory ref n)))
Comments top
No comments for ref-max-history. Log in to add a comment.