Versions in this module Expand all Collapse all v0 v0.0.5 Jan 4, 2026 v0.0.4 Jan 3, 2026 Changes in this version + type ErrGroup interface + Go func(f func(ctx workflow.Context) error) + Wait func() error + func NewErrGroup(ctx workflow.Context) ErrGroup + type Once interface + Do func(f func()) error + func NewOnce(ctx workflow.Context) Once