Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PointerAndUint64 ¶
type PointerAndUint64[T any] struct { // contains filtered or unexported fields }
func (*PointerAndUint64[T]) CompareAndSwap ¶
func (x *PointerAndUint64[T]) CompareAndSwap(oldp *T, oldu uint64, newp *T, newu uint64) bool
func (*PointerAndUint64[T]) Load ¶
func (x *PointerAndUint64[T]) Load() (*T, uint64)
Click to show internal directories.
Click to hide internal directories.