Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 222 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 222 Bytes

tsmap

this util package is aim to solve the problem that original go map is not thread safe but the sync.Map can not be used with specific type.

TSMap is a thread safe map with specific key/value type.