Home

Awesome

core.async

A Clojure library providing facilities for async programming and communication.

Releases and Dependency Information

This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.

Latest release: 1.6.681

deps.edn dependency information:

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

Leiningen dependency information:

 [org.clojure/core.async "1.6.681"]

Maven dependency information:

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

CLJS Tests

To run the ClojureScript tests:

License

Copyright © 2017-2023 Rich Hickey and contributors

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

Changelog