Skip to content

ragnard/core.async

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

core.async

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

Releases and Dependency Information

Latest release: 0.1.222.0-83d0c2-alpha

Leiningen dependency information:

 [org.clojure/clojure "1.5.1"]
 [org.clojure/core.async "0.1.222.0-83d0c2-alpha"]

Maven dependency information:

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>core.async</artifactId>
  <version>0.1.222.0-83d0c2-alpha</version>
</dependency>

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

Packages

No packages published

Languages

  • Clojure 97.2%
  • Shell 1.6%
  • Java 1.2%