`syncmap` is a type-safe and generic wrapper package around Go's `sync.Map`.
-
Updated
Nov 26, 2024 - Go
`syncmap` is a type-safe and generic wrapper package around Go's `sync.Map`.
A thread-safe map implementation for Go, using `sync.RWMutex` to synchronize access.
Add a description, image, and links to the sync-map topic page so that developers can more easily learn about it.
To associate your repository with the sync-map topic, visit your repo's landing page and select "manage topics."