Versions in this module Expand all Collapse all v0 v0.2.4 May 7, 2021 v0.2.3 Nov 11, 2020 Changes in this version + func Mutex() error + type Incrementer interface + Increment func(wg *sync.WaitGroup) + func NewNotSafeCounter() Incrementer + func NewSafeCounter() Incrementer + type NotSafeCounter struct + func (c *NotSafeCounter) Increment(wg *sync.WaitGroup) + func (c *NotSafeCounter) String() string + type SafeCounter struct + func (c *SafeCounter) Increment(wg *sync.WaitGroup) + func (c *SafeCounter) String() string