func()

in unison/taskgroup.go [194:197]


func (t *TaskGroup) Context() context.Context {
	t.init(context.Background())
	return t.closer
}