Commit c953e319 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7d9d2f5c
...@@ -56,7 +56,7 @@ type Cache struct { ...@@ -56,7 +56,7 @@ type Cache struct {
mu sync.RWMutex mu sync.RWMutex
// cache is currently synchronized with storage for transactions with tid <= head. // cache is currently synchronized with storage for transactions with tid <= head.
// XXX clarify ^^^ (it means if revCacheEntry.head=∞ it is Cache.head) XXX // XXX clarify ^^^ (it means if revCacheEntry.head=∞ it is Cache.head)
// XXX load(at > head) -> wait? // XXX load(at > head) -> wait?
head Tid head Tid
......
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