package
Version:
v0.0.0-...-e995b2c
Opens a new window with list of versions in this module.
Published: Dec 1, 2017
License: Apache-2.0
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
¶
KMutex is a lock implement. One key can acquire only one lock. There is no
lock between different keys.
New creates a KMutex instance.
Lock waits to acquire lock.
LockWithTimeout trys to lock, if can't acquire the lock, will block util timeout.
Trylock trys to lock, will not block.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.