mccraigmccraig/throttler

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

Leiningen/Boot

[mccraigmccraig/throttler "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

mccraigmccraig/throttler {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("mccraigmccraig:throttler:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>mccraigmccraig</groupId>
  <artifactId>throttler</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>