Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2026 Changes in this version + type Delay struct + func NewDelay(ctx context.Context, delay time.Duration) *Delay + func (d *Delay) Add(processor func() error) error + func (d *Delay) Wait() error