Skip to content

Facilities for async programming and communication in Clojure

Notifications You must be signed in to change notification settings

jdcheesman/core.async

 
 

Repository files navigation

core.async

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

Usage

This library is work-in-progress, experimental, broken etc. It should only be used by people working on it, ATM.

To get access to the current snapshot version, add the following to your Leiningen project.clj:

   :dependencies [[org.clojure/clojure "1.5.1"]
                  [org.clojure/core.async "0.1.0-SNAPSHOT"]]
   :repositories {"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published