com.github.ane/task

Task is a Clojure library for asynchronous computation. It provides functional primitives that makes concurrent programming accessible and powerful.

Leiningen/Boot

[com.github.ane/task "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.github.ane/task {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.github.ane:task:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.github.ane</groupId>
  <artifactId>task</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>