func()

in unison/safewaitgroup.go [103:106]


func (s *SafeWaitGroup) Wait() {
	s.Close()
	s.wg.Wait()
}