A Clojure library designed to provide facilities for async programming and communication.
Latest release: 0.1.346.0-17112a-alpha
Leiningen dependency information:
[org.clojure/clojure "1.6.0"]
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
Maven dependency information:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.async</artifactId>
<version>0.1.346.0-17112a-alpha</version>
</dependency>
- Rich Hickey on core.async
- Tim Baldridge on core.async from Clojure/conj 2013 (code).
- Tim Baldridge on go macro internals - part 1 part 2
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.