databox

A library for boxing values or exceptions for passing data through channels of core.async.

Leiningen/Boot

[databox "0.1.6"]

Clojure CLI/deps.edn

databox/databox {:mvn/version "0.1.6"}

Gradle

implementation("databox:databox:0.1.6")

Maven

<dependency>
  <groupId>databox</groupId>
  <artifactId>databox</artifactId>
  <version>0.1.6</version>
</dependency>