Versions in this module Expand all Collapse all v1 v1.1.0 Mar 1, 2024 v1.0.1 Oct 24, 2023 v1.0.0 Oct 24, 2023 Changes in this version + func BaseContext(parentCtx context.Context) context.Context + func Go(fun func(ctx context.Context) error, opts ...Option) error + func Wait() + type Option func(*Options) + func WithContext(ctx context.Context) Option + type Options struct