aboutsummaryrefslogtreecommitdiff
path: root/object/store/reading.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 07:04:01 +0000
committerGravatar Runxi Yu2026-03-29 07:04:01 +0000
commit0eb5adaa6fda00b328c8a6242adb20a5bfeb6959 (patch)
tree99021e8384e052ebc19e8df7d4a8cb0c7b40be48 /object/store/reading.go
parent*: Repeated calls to Close are UB by default (diff)
signatureNo signature
*: Remove Close exception for MT-Safe v0.1.133
Diffstat (limited to 'object/store/reading.go')
-rw-r--r--object/store/reading.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/object/store/reading.go b/object/store/reading.go
index 9a487bcf..d27001bf 100644
--- a/object/store/reading.go
+++ b/object/store/reading.go
@@ -54,5 +54,7 @@ type ReadingStore interface {
Refresh() error
// Close releases resources associated with the backend.
+ //
+ // Labels: MT-Unsafe.
Close() error
}