Versions in this module Expand all Collapse all v1 v1.0.3 Dec 21, 2023 Changes in this version + type LightLocker struct + func (l *LightLocker) Lock() + func (l *LightLocker) LockPrintTime(printTime int64) + func (l *LightLocker) TryLock() bool + func (l *LightLocker) UnLock() + type WaitGroup struct + func NewWaitGroup(delta int) *WaitGroup + func (wg *WaitGroup) Cancel() + func (wg *WaitGroup) Done() <-chan struct{} + func (wg *WaitGroup) Wait()