Versions in this module Expand all Collapse all v1 v1.1.0 Aug 22, 2024 Changes in this version + type Limiter struct + Max int64 + func (me *Limiter) Reserve(n int64) *Reservation + func (me *Limiter) Value() int64 + type Reservation struct + func (me *Reservation) Cancel() bool + func (me *Reservation) Drop() + func (me *Reservation) Release() + func (me *Reservation) Wait(ctx context.Context) error