Versions in this module Expand all Collapse all v0 v0.1.0 Dec 15, 2025 Changes in this version + type Limiter interface + Try func() (ok bool, remaining time.Duration) + Wait func() + WaitWithContext func(ctx context.Context) error + func New(limit int, interval time.Duration) Limiter