会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大象和骆驼
博客园
首页
新随笔
联系
订阅
管理
2017年10月16日
Python Day37 python多线程标准模块concurrent.futures
摘要: 1 介绍 concurrent.futures模块提供了高度封装的异步调用接口 ThreadPoolExecutor:线程池,提供异步调用 ProcessPoolExecutor: 进程池,提供异步调用 Both implement the same interface, which is defined by the abstract Executor class. 2 基本方法 submit...
阅读全文
posted @ 2017-10-16 14:18 大象和骆驼
阅读(246)
评论(0)
推荐(0)
编辑
公告