diff options
| author | Alan Donovan <adonovan@google.com> | 2024-04-12 16:08:22 -0400 |
|---|---|---|
| committer | Alan Donovan <adonovan@google.com> | 2024-04-15 20:52:06 +0000 |
| commit | ca94e9e223888d6d99a8f7b559f08bb59d2cc5fd (patch) | |
| tree | d03cbd7f16a89c0912f9e5278f4d05a2a0145520 /src/debug/elf | |
| parent | 7418d419afeeaa832bd5c9104f1ff90331eaf184 (diff) | |
| download | go-ca94e9e223888d6d99a8f7b559f08bb59d2cc5fd.tar.xz | |
os: make File.Readdir et al concurrency-safe
Before, all methods of File (including Close) were
safe for concurrent use (I checked), except the three
variants of ReadDir.
This change makes the ReadDir operations
atomic too, and documents explicitly that all methods
of File have this property, which was already implied
by the package documentation.
Fixes #66498
Change-Id: I05c88b4e60b44c702062e99ed8f4a32e7945927a
Reviewed-on: https://go-review.googlesource.com/c/go/+/578322
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/debug/elf')
0 files changed, 0 insertions, 0 deletions
