//
pkg.gl
Category
github.com/kukkar/common-golang
pkg
utils
concurrenthashmap
package
1.1.3
Repository:
https://github.com/kukkar/common-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
5
Files
93 SLOC
#
Functions
New
New instantiates a concurrent hash map.
#
Structs
Map
Map holds the elements in go's native map and uses RWMutex to guard concurrent access to it.