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.3.0"]

Clojure CLI/deps.edn

com.github.ane/task {:mvn/version "0.3.0"}

Gradle

implementation("com.github.ane:task:0.3.0")

Maven

<dependency>
  <groupId>com.github.ane</groupId>
  <artifactId>task</artifactId>
  <version>0.3.0</version>
</dependency>