Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateAlignment ¶
ValidateAlignment checks if a given struct shares the memory layout of an equivalent C struct
Types ¶
type SyncMap ¶
type SyncMap[K comparable, V any] struct { // contains filtered or unexported fields }
Type-safe sync.Map implementation Read sync.Map documentation for caveats
func NewSyncMap ¶
func NewSyncMap[K comparable, V any]() *SyncMap[K, V]
Click to show internal directories.
Click to hide internal directories.