org.pinkgorilla/throttler

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

Leiningen/Boot

[org.pinkgorilla/throttler "1.0.1"]

Clojure CLI/deps.edn

org.pinkgorilla/throttler {:mvn/version "1.0.1"}

Gradle

implementation("org.pinkgorilla:throttler:1.0.1")

Maven

<dependency>
  <groupId>org.pinkgorilla</groupId>
  <artifactId>throttler</artifactId>
  <version>1.0.1</version>
</dependency>