Java Executor并发框架 创建线程池的核心参数的解释

https://blog.csdn.net/pfnie/article/details/52757002 一、ThreadPoolExecutor的相关属性   private final BlockingQueue<Runnable> workQueue; // 任务阻塞队列   private final ReentrantLock mainLock = new ReentrantLock(
相关文章
相关标签/搜索