XUtils

core.async

transforms AST into CSP programs


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


Articles

  • coming soon...