Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 749 Bytes

File metadata and controls

9 lines (7 loc) · 749 Bytes

Go Reference Go Report Card

genericsync

A Go (golang) library to add generic wrappers to some standard library sync package types

Currently the only implemented struct from sync is sync.Map and for sync.Map we make sure to test our functions with the tests in those packages, but rewritten to use generics. These are not pulled into the package, but ad-hoc run locally when a new function is added