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_Hit.hrl
Raw

include/speedbump_Hit.hrl

-record(hit, {
reply_with :: gleam@erlang@process:subject({ok, nil} | {error, binary()})
}).