But if mk-counter is called twice because it's retried in part of a
transaction, then you're in big trouble when you use atom.  Better to
use a ref here.  atom needs to be reserved for the very few cases when
retries don't matter (like a cache).

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to