lockKit

package
v3.0.81 Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// NewLocker 内存锁(动态互斥锁),支持 按照给定键名 动态生成互斥锁,并发安全并支持Try*Lock特性.
	/*
	   使用场景: 需要动态创建互斥锁,或者需要维护大量动态锁的场景.

	   PS:
	   (1) 当维护大量动态互斥锁的场景时,如果不再使用的互斥锁对象,请手动调用 Remove() 删除掉;
	   (2) 可以锁 "关键词";
	   (3) 支持 "读写锁".
	*/
	NewLocker func() *gmlock.Locker = gmlock.New
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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