package io.dico.parcels2.util fun doParallel() { val array = IntArray(1000) IntRange(0, 1000).chunked() }