io/fs: document concurrent guarantees of FS #63915
Labels
Documentation
Issues describing a change to documentation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Most usages of
fs.FS
seem to assume that it is safe to perform concurrent operations. For example, callingfs.FS.Open
concurrently. However, the documentation does not guarantee that this is safe. Should we document this guarantee?The text was updated successfully, but these errors were encountered: