package
0.0.0-20250220232038-fb2fd8af7512
Repository: https://github.com/letsencrypt/boulder.git
Documentation: pkg.go.dev

# Functions

NewWeighted creates a new weighted semaphore with the given maximum combined weight for concurrent access.

# Variables

ErrMaxWaiters is returned when Acquire is called, but there are more than maxWaiters waiters.

# Structs

Weighted provides a way to bound concurrent access to a resource.