databox

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

Leiningen/Boot

[databox "0.2.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("databox:databox:0.2.1")

Maven

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