package
Version:
v0.0.0-...-86833b7
Opens a new window with list of versions in this module.
Published: Apr 27, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
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.