From 6e917f2b9b6b64721d046d66311aa64589e19d9f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 28 Mar 2026 15:21:30 +0000 Subject: furgit: MT-Safe does not apply for Close --- furgit.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/furgit.go b/furgit.go index 3113e4d4..8f6a8ae2 100644 --- a/furgit.go +++ b/furgit.go @@ -12,7 +12,8 @@ // // Concurrency labels: // -// - MT-Safe: safe for concurrent use. +// - MT-Safe: safe for concurrent use, excluding Close unless documented +// otherwise. // - MT-ReadSafe: safe for concurrent read-only use. // - MT-Unsafe: not safe for concurrent use without external synchronization. // -- cgit v1.3.1-10-gc9f91