Packages

A simple token bucket rate limiter as a Gleam actor

Retired package: This package is easy to misuse in a way that has poor performance.

Current section

Files

Jump to
speedbump include speedbump_State.hrl
Raw

include/speedbump_State.hrl

-record(state, {limits :: list(speedbump:limit()), last_hit_ns :: integer()}).