func()
in
unison/safewaitgroup.go [103:106]
4
lines of code
1
McCabe index (conditional complexity)
func (s *SafeWaitGroup) Wait() { s.Close() s.wg.Wait() }