Versions in this module Expand all Collapse all v1 v1.4.5 Nov 24, 2020 v1.4.4 Nov 18, 2020 v1.4.3 Oct 15, 2020 Changes in this version + type RWMutex struct + func Create(safe ...bool) RWMutex + func New(safe ...bool) *RWMutex + func (mu *RWMutex) IsSafe() bool + func (mu *RWMutex) Lock() + func (mu *RWMutex) RLock() + func (mu *RWMutex) RUnlock() + func (mu *RWMutex) Unlock()