线程池的状态及KeepAliveTime参数 五个状态 // runState is stored in the high-order bits private static final int RUNNING = -1 << COUNT_BITS; private static final int SHUTDOWN = 0 <&... Other 2023-07-05 198 点赞 3 评论 300 浏览