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