lock

package
v0.8.3 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lock

type Lock struct {
	Lockfile string
	// contains filtered or unexported fields
}

Lock prevents code to run at the same time by using a lockfile

func NewLock

func NewLock(filename string) *Lock

NewLock creates a new lock

func (*Lock) Release

func (l *Lock) Release()

Release the lockfile

func (*Lock) TryAcquire

func (l *Lock) TryAcquire() bool

TryAcquire returns true if the lock was successfully set. It returns false if a lock already exists

func (*Lock) Who

func (l *Lock) Who() string

Who owns the lock?

Jump to

Keyboard shortcuts

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