with ThreadPoolExecutor() as executor: for file in tqdm(self._files): executor.submit( file.file_process, base_path=base_path, output_path=output_path)