線程池不容許使用Executors去建立,而是經過ThreadPoolExecutor的方式,這樣的處理方式讓寫的同窗更加明確線程池的運行規則,規避資源耗盡的風險。

前言:jdk1.7中java.util.concurrent.Executor線程池體系介紹 java.util.concurrent.Executor : 負責線程的使用與調度的根接口  |–ExecutorService:Executor的子接口,線程池的主要接口     |–ThreadPoolExecutor:ExecutorService的實現類   |–ScheduledExecuto
相關文章
相關標籤/搜索