Java线程池ThreadPoolExecutor源码浅析
摘要:
一、UML图 二、创建线程池 2.1、Executors工厂方法 在ThreadPoolExecutor类的文档注释中有这么一句话:An ExecutorService that executes each submitted task using one of possibly several p 阅读全文
posted @ 2021-07-03 17:16 敖胤 阅读(76) 评论(0) 推荐(0) 编辑