Commit bd200d7a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 04ed99ad
...@@ -421,10 +421,11 @@ package main ...@@ -421,10 +421,11 @@ package main
// RLock by read // RLock by read
// ... // ...
// //
// zheadMu.W | zheadMu.R + BigFileDir.fileMu // Head: zheadMu.W | zheadMu.R + BigFileDir.fileMu
// Watch: atMu.W | atMu.R + pinnedMu
// //
// WatchLink.byfileMu > Watch.mu // WatchLink.byfileMu > Watch.mu XXX
// BigFile.watchMu > Watch.mu // BigFile.watchMu > Watch.mu XXX
import ( import (
"bufio" "bufio"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment