package
1.1.4
Repository: https://github.com/cockroachdb/pebble.git
Documentation: pkg.go.dev

# Functions

NewLimiter returns a new Limiter that allows events up to rate r and permits bursts of at most b tokens.
NewLimiterWithCustomTime returns a new Limiter that allows events up to rate r and permits bursts of at most b tokens.

# Structs

A Limiter controls how frequently events are allowed to happen.