aboutsummaryrefslogtreecommitdiff
path: root/ref/store/reading.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store/reading.go')
-rw-r--r--ref/store/reading.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ref/store/reading.go b/ref/store/reading.go
index 66528127..99f8278c 100644
--- a/ref/store/reading.go
+++ b/ref/store/reading.go
@@ -34,5 +34,7 @@ type ReadingStore interface {
// Close releases resources associated with the store.
//
// Transactions and batches borrowing the store are invalid after Close.
+ //
+ // Labels: MT-Unsafe.
Close() error
}