Versions in this module Expand all Collapse all v1 v1.0.74 Nov 17, 2023 Changes in this version + func SignalActor(ctx context.Context, signals ...os.Signal) (execute func() error, interrupt func(error)) + type Group struct + func (g *Group) Add(execute func() error, interrupt func(error)) + func (g *Group) Run() error + type SignalError struct + Signal os.Signal + func (e SignalError) Error() string