//
pkg.gl
Category
github.com/devlights/try-golang
examples
gotour
gotour29
package
0.5.36
Repository:
https://github.com/devlights/try-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
98 SLOC
#
Functions
Mutex
Mutex は、 Tour of Go - sync.Mutex (https://tour.golang.org/concurrency/9) の サンプルです。.
NewNotSafeCounter
NewNotSafeCounter -- 安全ではないカウンターを返します.
NewSafeCounter
NewSafeCounter -- 安全なカウンターを返します.
#
Structs
NotSafeCounter
No description provided by the author
SafeCounter
No description provided by the author
#
Interfaces
Incrementer
No description provided by the author