Davids原理探究:ThreadPoolExecutor原理

文章目录 ThreadPoolExecutor原理 线程池状态及转换条件图 饱和策略(当队列满而且线程个数达到maximunPoolSize后采起的策略) Executors线程池类型 核心方法1:execute(Runnable command) 核心方法2:addWorker(Runnable firstTask, boolean core) 核心方法3:run() 核心方法4:shutDow
相关文章
相关标签/搜索