//
pkg.gl
Category
github.com/zijiren233/gencontainer
rwmap
package
0.0.0-20241030052007-1f7025eb92f5
Repository:
https://github.com/zijiren233/gencontainer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
8
Files
465 SLOC
#
Structs
RWMap
RWMap is like a Go map[interface{}]interface{} but is safe for concurrent use by multiple goroutines without additional locking or coordination.