I am running a go routine, and I have a 250ms delay before starting the next one, but once that one starts, it kills the other one.
func compute(value int) {