throttler

Control the throughput of function calls and core.async channels using the token bucket algorithm

Leiningen/Boot

[throttler "0.1.5"]

Clojure CLI/deps.edn

throttler/throttler {:mvn/version "0.1.5"}

Gradle

implementation("throttler:throttler:0.1.5")

Maven

<dependency>
  <groupId>throttler</groupId>
  <artifactId>throttler</artifactId>
  <version>0.1.5</version>
</dependency>