Versions in this module Expand all Collapse all v1 v1.0.2 Nov 28, 2021 v1.0.1 Nov 28, 2021 Changes in this version + type Mutex struct + func New(safe ...bool) *Mutex + func (mu *Mutex) IsSafe() bool + func (mu *Mutex) Lock() + func (mu *Mutex) Unlock()