Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Locker ¶
type Locker struct {
// contains filtered or unexported fields
}
func (*Locker) ReadUnlock ¶
func (l *Locker) ReadUnlock(key interface{})
func (*Locker) WriteUnlock ¶
func (l *Locker) WriteUnlock(key interface{})
Click to show internal directories.
Click to hide internal directories.