pathlock

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mutex

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

Mutex is a path-based locker. Lock a given path for exclusive access to that path.

func New

func New() *Mutex

New returns a new Mutex

func (*Mutex) Lock

func (l *Mutex) Lock(path string)

Lock blocks access to 'path' until Unlock is called

func (*Mutex) Unlock

func (l *Mutex) Unlock(path string)

Unlock unblocks access to 'path'

Jump to

Keyboard shortcuts

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