mrlock

package
v0.20.2 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

View Source
const (
	DefaultExpiry = time.Second // DefaultExpiry - истечение срока блокировки по умолчанию
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Locker

type Locker interface {
	Lock(ctx context.Context, key string) (unlock func(), err error)
	LockWithExpiry(ctx context.Context, key string, expiry time.Duration) (unlock func(), err error)
}

Locker - блокировщик указанного ключа, который возвращает функцию для его разблокирования.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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