diff options
| author | 2026-03-29 07:04:01 +0000 | |
|---|---|---|
| committer | 2026-03-29 07:04:01 +0000 | |
| commit | 0eb5adaa6fda00b328c8a6242adb20a5bfeb6959 (patch) | |
| tree | 99021e8384e052ebc19e8df7d4a8cb0c7b40be48 /furgit.go | |
| parent | *: Repeated calls to Close are UB by default (diff) | |
| signature | No signature | |
*: Remove Close exception for MT-Safe v0.1.133
Diffstat (limited to 'furgit.go')
| -rw-r--r-- | furgit.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -12,8 +12,7 @@ // // Concurrency labels: // -// - MT-Safe: safe for concurrent use, excluding Close unless documented -// otherwise. +// - MT-Safe: safe for concurrent use. // - MT-ReadSafe: safe for concurrent read-only use. // - MT-Unsafe: not safe for concurrent use without external synchronization. // |
