package
Version:
v0.5.7
Opens a new window with list of versions in this module.
Published: Sep 10, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package syncmap implements a generic thread safe map.
RWMap a thread safe map protected by RWLock.
func (m *RWMap[K, V]) Delete(key K)
func (m *RWMap[K, V]) Each(f func(key K, value V) bool)
func (m *RWMap[K, V]) Set(key K, value V)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.