Merge pull request #32 from lonre/patch-1

Polish docs
This commit is contained in:
Alejandro Durante
2022-08-22 08:10:40 -03:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ func (g *TaskGroup) Wait() {
g.waitGroup.Wait() g.waitGroup.Wait()
} }
// TaskGroup represents a group of related tasks associated to a context // TaskGroupWithContext represents a group of related tasks associated to a context
type TaskGroupWithContext struct { type TaskGroupWithContext struct {
TaskGroup TaskGroup
ctx context.Context ctx context.Context