Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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