From 0eb5adaa6fda00b328c8a6242adb20a5bfeb6959 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 07:04:01 +0000 Subject: *: Remove Close exception for MT-Safe --- ref/store/reading.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ref/store/reading.go') 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 } -- cgit v1.3.1-10-gc9f91