rate-gate icon indicating copy to clipboard operation
rate-gate copied to clipboard

Clojure mechanism for controlling the rate of actions, such as web requests

Results 2 rate-gate issues
Sort by recently updated
recently updated
newest added

This has the following benefits: Does not require separate Thread creation per function rate-gated, which can be an issue if you wish to rate-gate lots of functions independently of one...

prevent excessive semaphore releases in the maintenance thread.