摘要: 线程池的两张方法 submit 和map from concurrent.futures import ThreadPoolExecutor import time # def sayhello(a): time.sleep(2) return "hello: "+a def main(): see 阅读全文
posted @ 2019-12-13 10:00 市丸银 阅读(487) 评论(0) 推荐(0) 编辑