func()

in report/reporter.go [148:151]


func (r *Reporter) CloseWait() {
	close(r.closeCh)
	r.wg.Wait()
}