您的位置: 首页 > 文章 > 笔记 - Happens-Before规则 笔记 - Happens-Before规则 分类: 文章 • 2024-08-08 21:01:10 单线程规则 锁操作(synchronize和Lock) volatile变量 线程的启动 线程join 具有传递性 中断 构造方法 并发工具类 线程安全的容器get一定能看到在此之前的put等存入动作 CountDownLatch Semaphore Future 线程池 CyclicBarrier