package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
MakeConcurrentRequestLimiter creates a ConcurrentRequestLimiter.
# Structs
ConcurrentRequestLimiter wraps a simple semaphore, adding a tracing span when a request is forced to wait.
# Interfaces
Reservation is an allocation from a limiter which should be released once the limited task has been completed.