diff options
| author | 2026-03-28 15:21:30 +0000 | |
|---|---|---|
| committer | 2026-03-28 15:21:30 +0000 | |
| commit | 6e917f2b9b6b64721d046d66311aa64589e19d9f (patch) | |
| tree | 262b39890d2b27690ca367d1957c890f41c37e2c | |
| parent | repository: Use labels (diff) | |
| signature | No signature | |
furgit: MT-Safe does not apply for Close
| -rw-r--r-- | furgit.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. // |
