//
pkg.gl
Category
github.com/mamemomonga/notebook-go
goroutine
counter
package
0.0.0-20230808054156-8dfdb5b6e844
Repository:
https://github.com/mamemomonga/notebook-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
173 SLOC
#
README
Goroutine, Channel, Mutex
Mutexと終了通知チャンネルを使用する例
selectを使用する例
参考資料
https://qiita.com/najeira/items/71a0bcd079c9066347b4
https://www.slideshare.net/lestrrat/select-66633666
#
Functions
NewCounterA
NewCounterA is constructor.
NewCounterB
NewCounterB is constructor.
#
Structs
CounterA
CounterA is struct of object.
CounterB
CounterB is struct of object.