Versions in this module Expand all Collapse all v0 v0.2.0 Apr 7, 2026 v0.1.0 Jan 22, 2025 Changes in this version + type CountingRWMutex struct + func NewCountingRWMutex(limit int) *CountingRWMutex + func (rw *CountingRWMutex) Lock() + func (rw *CountingRWMutex) RLock() + func (rw *CountingRWMutex) RUnlock() + func (rw *CountingRWMutex) TryLock() bool + func (rw *CountingRWMutex) Unlock() + func (rw *CountingRWMutex) Waiters() int64