util

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2020 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLock added in v1.0.0

func GetLock(key string, ro bool)

GetLock locks key with defaultLocker.

func ReleaseLock added in v1.0.0

func ReleaseLock(key string, ro bool)

ReleaseLock unlocks key with defaultLocker.

Types

type LockerPool

type LockerPool struct {
	sync.Mutex
	// contains filtered or unexported fields
}

LockerPool is a set of reader/writer mutual exclusion locks.

func NewLockerPool

func NewLockerPool() *LockerPool

NewLockerPool returns a *LockerPool with self-defined prefix.

func (*LockerPool) GetLock

func (l *LockerPool) GetLock(key string, ro bool)

GetLock locks key. If ro(readonly) is true, then it locks key for reading. Otherwise, locks key for writing.

func (*LockerPool) ReleaseLock

func (l *LockerPool) ReleaseLock(key string, ro bool)

ReleaseLock unlocks key. If ro(readonly) is true, then it unlocks key for reading. Otherwise, unlocks key for writing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL