Java高效併發(八)----擴展線程池、退出線程池、優化線程池的線程數量

 ThreadPoolExecutor是一個能夠擴展的線程池 在 ThreadPoolExecutor類中有三個空的方法,能夠看到這三個方法都是protected權限的java protected void beforeExecute(Thread t, Runnable r) { } protected void afterExecute(Runnable r, Throwable t) { }
相關文章
相關標籤/搜索