throttler

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

Leiningen/Boot

[throttler "1.0.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("throttler:throttler:1.0.1")

Maven

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