mutex

package module
v0.0.0-...-721dcdd Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2023 License: GPL-3.0 Imports: 0 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 interface {
	Acquire()
	Release()
}

Mutex interface provides acquire and release functions as a basis for mutex locks.

func NewChannelMutex

func NewChannelMutex() Mutex

NewChannelMutex creates new channel mutex implementation of mutex.

Jump to

Keyboard shortcuts

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