Skip to content

Go safe counter is a counter which can be used by multiple go routines at same time

Notifications You must be signed in to change notification settings

alidevhere/go-safe-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Safe Counter:

Go safe counter is a counter which can be used by multiple go routines at same time.

It implements generics so counter can be of any type which can be incremented or decremented i.e int,uint64,float etc.

Use:

go get github.com/alidevhere/go-safe-counter

About

Go safe counter is a counter which can be used by multiple go routines at same time

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages