Versions in this module Expand all Collapse all v1 v1.0.3 Sep 9, 2024 v1.0.2 May 3, 2024 v1.0.1 Apr 30, 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()