Versions in this module Expand all Collapse all v1 v1.0.2 Aug 17, 2023 Changes in this version + type ClosableMutex struct + func NewClosableMutex() *ClosableMutex + func (cm *ClosableMutex) Close() + func (cm *ClosableMutex) MustLock() + func (cm *ClosableMutex) TryLock() bool + func (cm *ClosableMutex) Unlock()