Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map[K comparable, V any] struct { // contains filtered or unexported fields }
Map holds typed data with sync.RWMutex guard for concurrency
func NewMap ¶
func NewMap[K comparable, V any]() *Map[K, V]
NewMap create a new thread-safe concurrent map
Click to show internal directories.
Click to hide internal directories.