//
pkg.gl
Category
github.com/packtpublishing/go-cookbook
Chapter13
bench
package
0.0.0-20230130100827-6c64ebff31b2
Repository:
https://github.com/packtpublishing/go-cookbook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
27 SLOC
#
Structs
AtomicCounter
AtomicCounter implements an atmoic lock using the atomic package.
Counter
Counter uses a sync.RWMutex to safely modify a value.