mattkeller / core.async

Facilities for async programming and communication in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Facilities for async programming and communication in Clojure


Languages

Language:Clojure 93.5%Language:HTML 4.5%Language:Shell 1.0%Language:Java 0.9%