Versions in this module Expand all Collapse all v0 v0.1.1 Mar 15, 2021 Changes in this version + type Mutex struct + func (m *Mutex) Init() + func (m *Mutex) Lock() + func (m *Mutex) TryLock() bool + func (m *Mutex) Unlock()