摘要: CAS CAS 是指 compare and swap , compare and exchange 比较并且交换 使用 ”synchronized“ 保证线程的安全性,但是效率比较低 在 jdk5 以后增加一些原子类,保证数据的递增,不用加锁 常见的原子类:AtomicBoolean,Atomic 阅读全文
posted @ 2021-07-21 18:57 Cool_Yang 阅读(462) 评论(0) 推荐(0) 编辑