ThreadPoolExecutor

1.拒絕策略 接口: public interface RejectedExecutionHandler { void rejectedExecution(Runnable r, ThreadPoolExecutor executor); } 實現: 1.AbortPolicy 策略,直接拋出異常; 2.CallerRunsPolicy 策略 只要線程池未關閉,直接在調用者線程中,運行當前被丟棄的
相關文章
相關標籤/搜索