doParallelWithResult

suspend fun <T> doParallelWithResult(vararg blocks: suspend () -> T): MutableList<T>