rmx

package module
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2026 License: GPL-3.0 Imports: 3 Imported by: 1

README

rmx

rmx is a golang implementation of a recursive mutex

Installation

go get -u github.com/SokaDance/rmx

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RecursiveMutex

type RecursiveMutex struct {
	// contains filtered or unexported fields
}

func (*RecursiveMutex) Lock

func (m *RecursiveMutex) Lock()

func (*RecursiveMutex) TryLock

func (m *RecursiveMutex) TryLock() bool

func (*RecursiveMutex) Unlock

func (m *RecursiveMutex) Unlock()

Jump to

Keyboard shortcuts

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