摘要: 对JVM添加ShutdownHook管理停止时的操作 当JVM准备停止时,添加ShutdownHook监听状态,可处理一些对象的生命周期 简单例子 public class Demo { public static void main(String[] args) throws IOExceptio 阅读全文
posted @ 2020-06-28 11:15 热咖啡与白猫 阅读(329) 评论(0) 推荐(0) 编辑
摘要: Java并发工具类CyclicBarrier源码中的例子 源码中的定义 /** * A synchronization aid that allows a set of threads to all wait for * each other to reach a common barrier po 阅读全文
posted @ 2020-06-28 11:14 热咖啡与白猫 阅读(165) 评论(0) 推荐(0) 编辑