Versions in this module Expand all Collapse all v1 v1.0.0 Dec 9, 2024 Changes in this version + func Go(ctx context.Context, fn func()) + func GoWithParams(ctx context.Context, fn func(ctx context.Context, ps ...interface{}), ...) + func GoWithRecover(ctx context.Context, fn func(c context.Context)) + func GoWithSignal(ctx context.Context, fn func()) chan interface + func New(name string, fn Callback, params []interface{}) + func NewSimple(name string, f func()) + type Callback func(args ...interface{}) error + type TaskChanObj interface + GetConext func() context.Context