We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1628b commit 02dd423Copy full SHA for 02dd423
content/oci/oci.go
@@ -63,7 +63,7 @@ type Store struct {
63
// has the exclusive access to Store if a delete operation is underway. Operations
64
// such as Fetch, Push use sync.RLock(), while Delete uses sync.Lock().
65
sync sync.RWMutex
66
- // indexLock ensures that only one process is writing to the index.
+ // indexLock ensures that only one go-routine is writing to the index.
67
indexLock sync.Mutex
68
}
69
0 commit comments