线程池之CachedThreadPool学习

简介 CachedThreadPool是一个根据须要建立线程的线程池。web 建立方法 public static ExecutorService newCachedThreadPool() { return new ThreadPoolExecutor(0, Integer.MAX_VALUE, 60L,
相关文章
相关标签/搜索