analyticbastard/pth

Parallel thread flows in clojure, a couple of macros that evaluate the given expressions on an input and produce a list of results

Leiningen/Boot

[analyticbastard/pth "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

analyticbastard/pth {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("analyticbastard:pth:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>analyticbastard</groupId>
  <artifactId>pth</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>