filelock

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MPL-2.0 Imports: 1 Imported by: 2

Documentation

Overview

Package filelock makes it easy to create and check file locks for concurrent processes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flock

type Flock = flock.Flock

func New

func New(path string) *Flock

type Noop

type Noop struct{}

this lock does nothing

func (*Noop) Lock

func (_ *Noop) Lock() (bool, error)

func (*Noop) TryLock

func (_ *Noop) TryLock() (bool, error)

func (*Noop) Unlock

func (_ *Noop) Unlock() error

Jump to

Keyboard shortcuts

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