Vinicius Carvalho
input.listFiles(filter).forEach { file -> results += GlobalScope.async { importFile(file, range, override) } }