throttler

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

Leiningen/Boot

[throttler "1.0.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("throttler:throttler:1.0.0")

Maven

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