On Thu, May 19, 2011 at 3:13 AM, MohanR <radhakrishnan.mo...@gmail.com> wrote: > I was perplexed too but I think most( or all ) of the concurrency > features in Clojure is based on java.util.concurrent. I might be wrong > about this though.
Certainly some of them are. Promise/deliver uses CountDownLatch. Atom unsurprisingly is a wrapper around an AtomicReference. No doubt the STM heavily uses java.util.concurrent classes under the hood as well. -- Protege: What is this seething mass of parentheses?! Master: Your father's Lisp REPL. This is the language of a true hacker. Not as clumsy or random as C++; a language for a more civilized age. -- 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 Note that posts from new members are moderated - please be patient with your first post. 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