Versions in this module Expand all Collapse all v2 v2.9.3 Sep 18, 2024 Changes in this version + type KeyMutex struct + func NewKeyMutex[T any]() *KeyMutex[T] + func (l *KeyMutex[T]) GetLock(key T) *sync.Mutex + type KeyRWMutex struct + func NewKeyRWMutex[T any]() *KeyRWMutex[T] + func (kl *KeyRWMutex[T]) GetLock(key T) *sync.RWMutex