Skip to content

An wrapper around the standard sync.Map that uses generics

License

Notifications You must be signed in to change notification settings

kagadar/go-syncmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Syncmap

A wrapper around sync.Map that uses generics for the key and value rather than any.

Getting Started

Installing

go get github.com/kagadar/go-syncmap

Usage

import "github.com/kagadar/go-syncmap"

As is the case with the wrapped type: "The zero Map is empty and ready for use. A Map must not be copied after first use."

About

An wrapper around the standard sync.Map that uses generics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages