線程池之CachedThreadPool學習

簡介 CachedThreadPool是一個根據須要建立線程的線程池。web 建立方法 public static ExecutorService newCachedThreadPool() { return new ThreadPoolExecutor(0, Integer.MAX_VALUE, 60L,
相關文章
相關標籤/搜索