Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncMap ¶
type SyncMap[K comparable, V any] struct { sync.Map }
A SyncMap is a concurrency-safe sync.Map that uses strongly-typed method signatures to ensure the types of its stored data are known.
func SyncMapFromMap ¶
func SyncMapFromMap[K comparable, V any](m map[K]V) *SyncMap[K, V]
Click to show internal directories.
Click to hide internal directories.