多线程-JUC学习-线程池-线程池源码分析

1 内部状态 private final AtomicInteger ctl = new AtomicInteger(ctlOf(RUNNING, 0)); private static final int COUNT_BITS = Integer.SIZE - 3; private static final int CAPACITY = (1 << COUNT_BITS) -
相关文章
相关标签/搜索