func()

in unison/taskgroup.go [218:222]


func (t *TaskGroup) Stop() error {
	t.init(context.Background())
	t.signalStop()
	return t.Wait()
}