线程池关闭源码
摘要:
线程池的状态如下 private static final int RUNNING = -1 << COUNT_BITS;//111 + 29个0 private static final int SHUTDOWN = 0 << COUNT_BITS;//全是0 private static fin 阅读全文
posted @ 2020-11-10 20:24 MaXianZhe 阅读(251) 评论(0) 推荐(0)
posted @ 2020-11-10 20:24 MaXianZhe 阅读(251) 评论(0) 推荐(0)
posted @ 2020-11-10 18:25 MaXianZhe 阅读(562) 评论(0) 推荐(0)
posted @ 2020-11-10 15:51 MaXianZhe 阅读(442) 评论(0) 推荐(0)