Versions in this module Expand all Collapse all v0 v0.2.0 Mar 11, 2025 v0.1.0 Oct 25, 2024 Changes in this version + type MutexMap struct + func NewMutexMap[K comparable]() *MutexMap[K] + func (m *MutexMap[K]) Count(key K) int + func (m *MutexMap[K]) Len() int + func (m *MutexMap[K]) Lock(key K) + func (m *MutexMap[K]) Locker(key K) sync.Locker + func (m *MutexMap[K]) Unlock(key K)