#315
atoms-6
 

Difficulty:Basic
Topics:atoms


When your expectations are aligned with reality things, proceed that way
test not run
(let [atomic-clock (atom 0)]
      (= :fin (do
                (compare-and-set! __)
                @atomic-clock)))


Code which fills in the blank: