Versions in this module Expand all Collapse all v0 v0.0.1 Mar 17, 2021 Changes in this version + type Bool struct + func New(b bool) *Bool + func (a *Bool) CompareAndSwap(old, new bool) bool + func (a *Bool) Get() bool + func (a *Bool) Set(b bool) bool + type Int32 struct + func (a *Int32) Add(i int32) int32 + func (a *Int32) CompareAndSwap(old, new int32) bool + func (a *Int32) Get() int32 + func (a *Int32) Swap(i int32) int32 + type Int64 struct + func (a *Int64) Add(i int64) int64 + func (a *Int64) CompareAndSwap(old, new int64) bool + func (a *Int64) Get() int64 + func (a *Int64) Swap(i int64) int64