Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RwMutexPool ¶
type RwMutexPool struct {
// contains filtered or unexported fields
}
func NewRWMutexPool ¶
func NewRWMutexPool(n ...int) *RwMutexPool
NewRWMutexPool returns a rw mutex pool.
func (*RwMutexPool) Get ¶
func (m *RwMutexPool) Get(s string) RWMutex
Click to show internal directories.
Click to hide internal directories.