util

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetMutex

func GetMutex(key string) *sync.Mutex

GetMutex return a mutex for the key. This func never frees un-locked mutexes. It is only suitable for use-cases with a small number of keys.

Types

type Semaphores

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

func NewSemaphores

func NewSemaphores(seatPerKey map[string]int) *Semaphores

func (Semaphores) Get

func (s Semaphores) Get(key string) *semaphore.Weighted

Jump to

Keyboard shortcuts

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