package
0.0.0-20240816162523-c1683cc9cfe6
Repository: https://github.com/gyuho/learn.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

ChannelCounter counts through channels.
ChannelCounter counts through channels.
MutexCounter implements Counter with sync.Mutex.
RWMutexCounter implements Counter with sync.RWMutex.

# Interfaces

Counter is an interface for counting.
Counter is an interface for counting.
Counter is an interface for counting.
Counter is an interface for counting.
Counter is an interface for counting.
Counter is an interface for counting.
Counter is an interface for counting.

# Type aliases

AtomicCounter implements Counter with atomic package.
AtomicIntCounter implements Counter with atomic package.
NaiveCounter counts in a naive way.