Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyedRWMutex ¶
type KeyedRWMutex struct {
// contains filtered or unexported fields
}
func NewKeyedRWMutex ¶
func NewKeyedRWMutex() *KeyedRWMutex
func (*KeyedRWMutex) Lock ¶
func (m *KeyedRWMutex) Lock(key string) func()
func (*KeyedRWMutex) RLock ¶
func (m *KeyedRWMutex) RLock(key string) func()
Click to show internal directories.
Click to hide internal directories.