Documentation
¶
Index ¶
- type Booldeprecated
- type Int32deprecated
- type Int64deprecated
- type Pointerdeprecated
- type TypedValuedeprecated
- type Uint32deprecated
- type Uint64deprecated
- type Uintptrdeprecated
- type Valuedeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TypedValue
deprecated
added in
v0.2.4
Deprecated: moved to common.TypedValue
func (*TypedValue[T]) CompareAndSwap ¶ added in v0.2.4
func (t *TypedValue[T]) CompareAndSwap(old, new T) bool
func (*TypedValue[T]) Load ¶ added in v0.2.4
func (t *TypedValue[T]) Load() T
func (*TypedValue[T]) Store ¶ added in v0.2.4
func (t *TypedValue[T]) Store(value T)
func (*TypedValue[T]) Swap ¶ added in v0.2.4
func (t *TypedValue[T]) Swap(new T) T
Click to show internal directories.
Click to hide internal directories.