摘要: 线程池参数 corePoolSize 核心线程数, 最大线程数 maximumPoolSize, 线程没有执行任务保持多久会终止 keepAliveTime, 时间单位 TimeUnit unit, 阻塞队列 BlockingQueue workQueue 所有的任务调度都是由execute方法完成 阅读全文
posted @ 2021-09-08 20:14 小码A梦 阅读(867) 评论(0) 推荐(0)