java 線程池理解

重新理解 java 的線程池和怎麼自定義一個合適的線程池 1. 怎麼自定義線程池呢? java的線程池核心就是 ThreadPoolExecutor,後面的四種線程池也是配置不同的ThreadPoolExecutor,如: public static ExecutorService newFixedThreadPool(int nThreads) { return new ThreadPo
相關文章
相關標籤/搜索