package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Feb 28, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type KeyLocker struct {
}
KeyLocker is a synchronization mechanism that's allows the creation of lock by key,
NewKeyLocker returns a new KeyLocker
Lock locks a specific key, and returns an locked mutex
you need to call Unlock to release the lock
Source Files
¶
Click to show internal directories.
Click to hide internal directories.