package
Version:
v0.17.5
Opens a new window with list of versions in this module.
Published: Mar 2, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Kmutex is a key based mutex, allowing us to lock/unlock specific keys
NewKmutex creates a new Kmutex
func (km *Kmutex) Lock(key interface{})
Lock a key
func (km *Kmutex) Unlock(key interface{})
Unlock a key
Source Files
¶
Click to show internal directories.
Click to hide internal directories.