com.github.bdesham/simple-queue

Process a queue of tasks, waiting in between

Leiningen/Boot

[com.github.bdesham/simple-queue "0.5.0"]

Clojure CLI/deps.edn

com.github.bdesham/simple-queue {:mvn/version "0.5.0"}

Gradle

implementation("com.github.bdesham:simple-queue:0.5.0")

Maven

<dependency>
  <groupId>com.github.bdesham</groupId>
  <artifactId>simple-queue</artifactId>
  <version>0.5.0</version>
</dependency>