We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6930bf2 commit f3a0eaaCopy full SHA for f3a0eaa
examples/singleapp/count_down_latch/countdownlatch.go
@@ -5,7 +5,7 @@ import (
5
"sync/atomic"
6
)
7
8
-// CountdownLatch は、C#-のCountdownEventやJavaのCountDownLatchと同様の機能を提供する構造体です.
+// CountdownLatch は、C#のCountdownEventやJavaのCountDownLatchと同様の機能を提供する構造体です.
9
type CountdownLatch struct {
10
count atomic.Int32
11
mutex sync.Mutex
0 commit comments