Versions in this module Expand all Collapse all v1 v1.0.1 Apr 25, 2021 Changes in this version + type Handler struct + func Chain(handler *Handler, notify ...func()) *Handler + func New(final func(os.Signal), notify ...func()) *Handler + func (h *Handler) Close() + func (h *Handler) Run(fn func() error) error + func (h *Handler) Signal(s os.Signal)