Versions in this module Expand all Collapse all v2 v2.7.3 Dec 10, 2024 Changes in this version + type Mutex struct + func Create(safe ...bool) Mutex + func New(safe ...bool) *Mutex + func (mu *Mutex) IsSafe() bool + func (mu *Mutex) Lock() + func (mu *Mutex) Unlock()