Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + type AtomicPtr struct + func (p *AtomicPtr) Load() *Value + func (p *AtomicPtr) Store(x *Value) + func (p *AtomicPtr) Swap(x *Value) *Value + type Value struct