A Clojure library designed to provide facilities for async programming and communication.
Latest release: 0.1.267.0-0d7780-alpha
Leiningen dependency information:
[org.clojure/clojure "1.5.1"]
[org.clojure/core.async "0.1.267.0-0d7780-alpha"]
Maven dependency information:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.async</artifactId>
<version>0.1.267.0-0d7780-alpha</version>
</dependency>
- Rich Hickey on core.async
- Tim Baldridge on go macro internals - part 1 part 2
- Tim Baldridge gives a tour of core.async Clojure/conj 2013 -- code seen in this talk can be found here.
Contributing to Clojure projects requires a signed Contributor Agreement. Pull requests and GitHub issues are not accepted; please use the core.async JIRA project to report problems or enhancements.
Copyright © 2013 Rich Hickey and contributors
Distributed under the Eclipse Public License, the same as Clojure.