in profiling/blocking/inefficient.go [14:19]
func InefficientProducer() { for i := 0; i < 5; i++ { Ch <- i } close(Ch) }