Versions in this module Expand all Collapse all v0 v0.1.0 Sep 30, 2024retracted Changes in this version + type DeadlockMutex struct + type DeadlockRWMutex struct + type Mutex interface + Lock func() + Unlock func() + type RWMutex interface + Lock func() + RLock func() + RLocker func() sync.Locker + RUnlock func() + Unlock func() + type SyncMutex struct + type SyncRWMutex struct