Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MUArray ¶
type MUArray[T any] struct { // contains filtered or unexported fields }
func NewMUArray ¶
func (*MUArray[T]) Transaction ¶
func (a *MUArray[T]) Transaction() ([]T, func())
type MUVar ¶
type MUVar[T any] struct { // contains filtered or unexported fields }
func (*MUVar[T]) GetThenSet ¶
func (f *MUVar[T]) GetThenSet(value T) T
func (*MUVar[T]) Transaction ¶
func (f *MUVar[T]) Transaction() func()
Click to show internal directories.
Click to hide internal directories.