Versions in this module Expand all Collapse all v1 v1.0.1 Oct 25, 2024 Changes in this version + type KeyedMutex struct + func New[K comparable]() KeyedMutex[K] + func (m KeyedMutex[K]) Lock(key K) + func (m KeyedMutex[K]) TryLock(key K) bool + func (m KeyedMutex[K]) Unlock(key K)