hashthread

A clojure threading macro with explicit threadpoints.

Leiningen/Boot

[hashthread "0.1.0"]

Clojure CLI/deps.edn

hashthread/hashthread {:mvn/version "0.1.0"}

Gradle

implementation("hashthread:hashthread:0.1.0")

Maven

<dependency>
  <groupId>hashthread</groupId>
  <artifactId>hashthread</artifactId>
  <version>0.1.0</version>
</dependency>