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