Java 原子性引用 AtomicReference
AtomicReferenceAn object reference that may be updated atomically.The AtomicReference class provides reference objects that may be read and written atomically, so when multiple threads try to reach th...