clojure.core.async

https://github.com/clojure/core.async.git

git clone 'https://github.com/clojure/core.async.git'

(ql:quickload :clojure.core.async)
1646

core.async

A Clojure library providing facilities for async programming and communication.

Releases and Dependency Information

Latest release: 0.4.500

deps.edn dependency information:

  org.clojure/core.async {:mvn/version "0.4.500"}
 ```

[Leiningen](https://github.com/technomancy/leiningen) dependency information:

```clj
 [org.clojure/core.async "0.4.500"]

Maven dependency information:

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>core.async</artifactId>
  <version>0.4.500</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.

To run the ClojureScript tests:

License

Copyright © 2017 Rich Hickey and contributors

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

Changelog