Versions in this module Expand all Collapse all v2 v2.0.3 May 6, 2022 Changes in this version + func Parallel(fn func(g *errgroup.Group, returnc chan T) error) (output []T, _ error) + func RetryOnError(backoff wait.Backoff, fn func() (bool, error)) error