Versions in this module Expand all Collapse all v0 v0.1.0 Jun 15, 2023 Changes in this version + type LockGroup struct + func NewLockGroup(options ...LockGroupOption) *LockGroup + func (g *LockGroup) Lock(id uint32) + func (g *LockGroup) Unlock(id uint32) + type LockGroupOption func(lg *LockGroup) + func WithHash(hashFn func(id uint32) uint32) LockGroupOption + type Mutex struct + type RWMutex struct