mutexkv

package
v1.8.5 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MutexKV

type MutexKV struct {
	// contains filtered or unexported fields
}

MutexKV is a simple key/value store for arbitrary mutexes. It can be used to serialize changes across arbitrary collaborators that share knowledge of the keys they must serialize on.

func NewMutexKV

func NewMutexKV(key string) *MutexKV

Returns a properly initialized MutexKV.

func (*MutexKV) Lock

func (m *MutexKV) Lock(ctx context.Context, key string)

Locks the mutex.

func (*MutexKV) Unlock

func (m *MutexKV) Unlock(ctx context.Context, key string)

Unlock the mutex.

Jump to

Keyboard shortcuts

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