Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 v0.1.0 May 12, 2026 Changes in this version + type Config struct + Signals []os.Signal + Timeout time.Duration + func DefaultConfig() Config + type Handler struct + func New(cfg Config) *Handler + func (h *Handler) Listen() context.Context + func (h *Handler) Register(fn func(ctx context.Context) error) + func (h *Handler) Trigger() + func (h *Handler) Wait()