Versions in this module Expand all Collapse all v2 v2.0.0 Sep 13, 2024 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()