Documentation
¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT License.
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 { // contains filtered or unexported fields }
Thread-safe generic map.
func NewSyncMap ¶
func NewSyncMap[K comparable, V any]() SyncMap[K, V]
Click to show internal directories.
Click to hide internal directories.