摘要: ThreadPoolExecutor 介绍: java 提供的线程池类; ThreadPoolExecutor 作用: 两个作用: 1,用于分离执行任务和当前线程; 2,主要设计初衷:重复利用Thread 对象; ThreadPoolExecutor 使用: 实例化: 这是ThreadPoolExe 阅读全文
posted @ 2018-09-03 14:27 大雨如注 阅读(2034) 评论(0) 推荐(0)