
The highest tagged major version is
v2.
package
Version:
v1.8.4
Opens a new window with list of versions in this module.
Published: Aug 13, 2021
License: BSD-2-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsLocked return weather lock is locked
TryLock try to lock a mutex, if cannot acquire, return false immediately.
If acquired, return true.
TryRLock try to add a read lock. If cannot lock due to a writer hold the lock, return false immediately.
TryWLock try to add a write lock. If cannot lock, return false immediately.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.