Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartfordfive/counter
Thread-safe counter & rate-counter using channels
https://github.com/hartfordfive/counter
counter go golang
Last synced: about 9 hours ago
JSON representation
Thread-safe counter & rate-counter using channels
- Host: GitHub
- URL: https://github.com/hartfordfive/counter
- Owner: hartfordfive
- License: mit
- Created: 2017-04-13T18:23:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T22:24:06.000Z (over 7 years ago)
- Last Synced: 2024-06-20T17:30:19.328Z (5 months ago)
- Topics: counter, go, golang
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Counter
## Description
A simple thread-safe (variation inspired from [paulbellamy/ratecounter](https://github.com/paulbellamy/ratecounter)) channel-based counter in Go.
## Usage
View example in examples directory
## License
Covered under the MIT license