filemu

package
v0.2.55 Latest Latest
Warning

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

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

Documentation

Overview

Package filemu implements file-based mutexes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UnlockFunc

type UnlockFunc func() error

UnlockFunc is the set of unlock functions.

func Lock

func Lock(ctx context.Context, path string) (UnlockFunc, error)

Lock attempts to acquire an exclusive lock on the named file.

func RLock

func RLock(ctx context.Context, path string) (UnlockFunc, error)

RLock attempts to acquire a shared lock on the named file.

Jump to

Keyboard shortcuts

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