from concurrent.futures import ThreadPoolExecutor threadPool = ThreadPoolExecutor(max_workers=10, thread_name_prefix="oss_")