//
pkg.gl
Category
github.com/seventv/common
sync_map
package
0.0.0-20231212143655-048a247f3aa4
Repository:
https://github.com/seventv/common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
5
Files
312 SLOC
#
Functions
FromStdMap
No description provided by the author
#
Structs
Map
Map is like a Go map[interface{}]interface{} but is safe for concurrent use by multiple goroutines without additional locking or coordination.