Versions in this module Expand all Collapse all v0 v0.0.1 Jun 16, 2020 Changes in this version + type Mutex struct + func (m *Mutex) Init() + func (m *Mutex) Lock() + func (m *Mutex) TryLock() bool + func (m *Mutex) Unlock()