tea-time

A simple, testable scheduler for asynchronous, cancellable, possibly periodic computation.

Leiningen/Boot

[tea-time "1.0.0"]

Clojure CLI/deps.edn

tea-time/tea-time {:mvn/version "1.0.0"}

Gradle

implementation("tea-time:tea-time:1.0.0")

Maven

<dependency>
  <groupId>tea-time</groupId>
  <artifactId>tea-time</artifactId>
  <version>1.0.0</version>
</dependency>