package parallel var routineCount int = 4 func SetRoutineCount(n int) { routineCount = n }