We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0976fa6 commit 0de741cCopy full SHA for 0de741c
errgroup/errgroup.go
@@ -17,7 +17,8 @@ type token struct{}
17
// A Group is a collection of goroutines working on subtasks that are part of
18
// the same overall task.
19
//
20
-// A zero Group is valid and does not cancel on error.
+// A zero Group is valid, has no limit on the number of active goroutines,
21
+// and does not cancel on error.
22
type Group struct {
23
cancel func()
24
0 commit comments