python線程池ThreadPoolExecutor使用、打印返回結果

概述 一般,在寫任務調度的時候,不免遇到使用多線程、多進程、線程池、進程池的場景。下邊以ThreadPoolExecutor線程池爲例,記錄一下使用方法,其餘相似,廢話很少說,直接看代碼python # -*- coding:utf-8 -*- import time import random from concurrent.futures import ThreadPoolExecutor,
相關文章
相關標籤/搜索