pathlock

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package pathlock contains Mutex, which locks and unlocks using file paths as keys.

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