使用多线程——线程池

from concurrent.futures import ThreadPoolExecutor
threadPool = ThreadPoolExecutor(max_workers=10, thread_name_prefix="oss_")
posted @ 2021-01-13 13:01  pythoner_wl  阅读(69)  评论(0编辑  收藏  举报