You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd be interested to hear about use cases for this. If we bring back a rename method for directories (#64/#65), and that rename is actually atomic in overwriting any possible existing directory it seems like that would fulfill most such use cases?
That would of course require having actual access to the parent of the directory you want to atomically update (to create a temporary sibling directory and later atomically replace it), so I can see how there might be cases where we'd still need more explicit support...
FileSystemWriter
provides for atomic file writes, but what about updating a whole directory atomically? Is this important?The text was updated successfully, but these errors were encountered: