/core.async

Facilities for async programming and communication in Clojure

Primary LanguageClojure

core.async

A Clojure library designed to provide facilities for async programming and communication.

Releases and Dependency Information

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>

Documentation

Presentations

Contributing

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.

License

Copyright © 2013 Rich Hickey and contributors

Distributed under the Eclipse Public License, the same as Clojure.