java線程池(四) Executors.newCachedThreadPool

這個線程池的使用方式就是開啓線程自動保持時間,而且在須要的時候能夠快速建立線程來對當前功能進行支撐。 它的實現代碼以下web public static ExecutorService newCachedThreadPool() { return new ThreadPoolExecutor(0, Integer.MAX_VALUE,
相關文章
相關標籤/搜索