JAVA中四種線程池

四種線程池 newFixedThreadPool newCachedThreadPool newSingleThreadExecutor newScheduledThreadPool newFixedThreadPool 創建一個定長線程池,可控制線程最大併發數,超出的線程會在隊列中等待。 newCachedThreadPool 創建一個可緩存線程池,如果線程池長度超過處理需要,可靈活回收空閒線程
相關文章
相關標籤/搜索