Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncEntry ¶
type SyncEntry[T any] struct { // contains filtered or unexported fields }
func NewSyncEntry ¶
func (*SyncEntry[T]) SwapLocked ¶
func (e *SyncEntry[T]) SwapLocked(v *T) *T
func (*SyncEntry[T]) TryExpungeLocked ¶
func (*SyncEntry[T]) UnexpungeLocked ¶
type SyncReadOnly ¶
type SyncReadOnly[K comparable, V any] struct { M map[K]*SyncEntry[V] Amended bool }
Click to show internal directories.
Click to hide internal directories.