Versions in this module Expand all Collapse all v1 v1.1.2 Jun 13, 2024 v1.1.1 Jun 12, 2024 v1.1.0 Jun 12, 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()