Versions in this module Expand all Collapse all v0 v0.1.0 Apr 8, 2024 Changes in this version + const EnvDebugSwitch + const EnvLogLevel + var DebugIsOn = false + var Logger = ...() + var Timeout = 10 * time.Second + type Cond struct + type Locker interface + type Map struct + type Mutex struct + func (m *Mutex) Lock() + func (m *Mutex) TryLock() bool + func (m *Mutex) Unlock() + type Once struct + type Pool struct + type RWMutex struct + func (m *RWMutex) Lock() + func (m *RWMutex) RLock() + func (m *RWMutex) RUnlock() + func (m *RWMutex) TryLock() bool + func (m *RWMutex) TryRLock() bool + func (m *RWMutex) Unlock() + type WaitGroup struct + func (wg *WaitGroup) Add(delta int) + func (wg *WaitGroup) Done() + func (wg *WaitGroup) Wait()