throwing-puts

core.async/>! wrapping macros that throw if writing would block/park

Leiningen/Boot

[throwing-puts "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

throwing-puts/throwing-puts {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("throwing-puts:throwing-puts:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>throwing-puts</groupId>
  <artifactId>throwing-puts</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>