Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2024 v1.0.0 Jul 30, 2024 Changes in this version + func NewDebounce(delay time.Duration) func(action func()) + func NewSingleFlight(key string) func(action func() (any, error)) (any, error) + func NewThrottle(duration time.Duration) func(action func())