Versions in this module Expand all Collapse all v0 v0.1.1 Sep 13, 2022 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()