Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Wait ¶
Wait waits until g.Wait() returns or ctx canceled, whichever occurs first. returned error is context.Canceled if ctx canceled otherwise the error returned by g.Wait().
this is useful when errgroup cannot be used with errgroup.WithContext which happens if executed func does not support cancelation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.