Versions in this module Expand all Collapse all v0 v0.2.1 Aug 20, 2021 v0.2.0 Aug 20, 2021 Changes in this version + type ChanLock struct + func NewChanLock() *ChanLock + func (cl *ChanLock) Lock() + func (cl *ChanLock) LockContext(ctx context.Context) error + func (cl *ChanLock) Unlock() + func (cl *ChanLock) UnlockContext(ctx context.Context) error