package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Mar 10, 2022
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
¶
Counter is a concurrency safe counter
New returns a new concurrency safe hash map
Add increases the count by i. it returns false if count < maxCount
Dec decrements the count by one.
Inc increases the count by one. it returns false if count < maxCount
Info returns the current value of the counter and the maxCount
IsFull returns true if count is larger or equal to maxCount.
Sub decreases the count by i.
Value returns the current value of the counter
Source Files
¶
Click to show internal directories.
Click to hide internal directories.