in profiling/blocking/efficient.go [7:12]
func EfficientProducer() { for i := 0; i < 5; i++ { BufCh <- i } close(BufCh) }