Versions in this module Expand all Collapse all v1 v1.0.2 Jan 15, 2024 v1.0.1 Jan 15, 2024 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()