Versions in this module Expand all Collapse all v1 v1.0.5 May 31, 2024 Changes in this version + var ErrBlocking = errors.New("dislock: blocking") + type DisLocker interface + Lock func() error + TryLock func() (bool, error) + Unlock func() error