《Java併發編程實戰》2.結構化併發應用程序

六、任務執行         Executor框架         1)線程池 newSingleThreadExecutor 一個線程 newFixedThreadPool 固定大小線程池 newCachedThreadPool 緩衝線程池 newScheduledThreadPool 延遲或定時線程池         2)Executor生命週期         ExecutorService
相關文章
相關標籤/搜索