A Clojure library designed to provide facilities for async programming and communication.
This library is work-in-progress, experimental, broken etc. It should only be used by people working on it, ATM.
To get access to the current snapshot version, add the following to your Leiningen project.clj:
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/core.async "0.1.0-SNAPSHOT"]]
:repositories {"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
Copyright © 2013 Rich Hickey and contributors
Distributed under the Eclipse Public License, the same as Clojure.