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 4b7d643 commit d557ed0Copy full SHA for d557ed0
semaphore.go
@@ -8,7 +8,7 @@ type Locker interface {
8
TryLock() bool
9
}
10
11
-// Semaphore implementation, counted lock only. Implements sync.Locker interface, thread safe.
+// Semaphore implementation, counted lock only. Implements Locker interface, thread safe.
12
type semaphore struct {
13
ch chan struct{}
14
0 commit comments