tea-time

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

Leiningen/Boot

[tea-time "1.0.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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