会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
developer
博客园
首页
新随笔
联系
管理
2019年2月16日
ThreadPoolExecutor解析
摘要: 前言:在最新的阿里规范中强制使用ThreadPoolExecutor方式创建线程池,不允许使用Executors,因此有必要对ThreadPoolExecutor进行进一步了解。 1.ThreadPoolExecutor介绍 线程池类,直接看其入参最多的构造函数: 参数意义: corePoolSiz
阅读全文
posted @ 2019-02-16 16:20 developer_chan
阅读(1423)
评论(6)
推荐(1)
编辑