java多線程-ThreadPoolExecutor的拒絕策略RejectedExecutionHandler

在分析ThreadPoolExecutor的構造參數時,有一個RejectedExecutionHandler參數。 RejectedExecutionHandler是一個接口: public interface RejectedExecutionHandler {     void rejectedExecution(Runnable r, ThreadPoolExecutor executor
相關文章
相關標籤/搜索