Versions in this module Expand all Collapse all v0 v0.0.2 Oct 5, 2022 v0.0.1 Oct 1, 2022 Changes in this version + type MutexMap struct + func NewMutexMap() *MutexMap + func (mm *MutexMap) Get(key interface{}) (interface{}, bool) + func (mm *MutexMap) Insert(key interface{}, val interface{}) bool + func (mm *MutexMap) Keys() []interface{} + func (mm *MutexMap) Len() int + func (mm *MutexMap) Remove(key interface{}) + func (mm *MutexMap) Set(key interface{}, val interface{}) + func (mm *MutexMap) Values() []interface{}