摘要: 虽然有6中线程池,但除了ForkJoinPool是实现了ExecutorService 其它的都是对ThreadPoolExecutor的调用。 1.FixedThreadPool LinkedBlockingQueue,阻塞队列。传入的是Runnable 当线程池线程没有空闲时,任务就是阻塞 最普 阅读全文
posted @ 2019-10-04 11:31 你还未发现 阅读(363) 评论(0) 推荐(0) 编辑