Skip to content

trasa/syncmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syncmap - a Mutex-protected Map

I'm sure this already exists somewhere else, and in a better form...but... I keep finding myself needing a concurrent Map. And rather than continually copy-pasting the same code, I'm going to put it here.

This type combines a sync.RWMutex with a map.

About

Mutex-Protected Map for golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages