摘要: 线程池ThreadPool 线程池概念 常用线程池和方法 1.测试线程类 2.newFixedThreadPool固定线程池 3.newSingleThreadExecutor单线程池 4.newCachedThreadPool缓存线程池 5.newScheduledThreadPool定长线程池 阅读全文
posted @ 2019-08-11 18:02 林宇风 阅读(1038) 评论(3) 推荐(0) 编辑