摘要: 实现异步是三大步: #一,导入ThreadPoolExecutorfrom concurrent.futures import ThreadPoolExecutor #二,实例化executor对象(执行者) executor = ThreadPoolExecutor(max_workers=20) 阅读全文
posted @ 2019-04-22 10:30 年轻人——001 阅读(1402) 评论(0) 推荐(0) 编辑