Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LockerPool ¶
type LockerPool struct {
// contains filtered or unexported fields
}
LockerPool is a set of reader/writer mutual exclusion locks.
func NewLockerPool ¶
func NewLockerPool() *LockerPool
func (*LockerPool) Lock ¶
func (l *LockerPool) Lock(key string, rLock bool)
func (*LockerPool) UnLock ¶
func (l *LockerPool) UnLock(key string, rLock bool)
Click to show internal directories.
Click to hide internal directories.