Documentation
¶
Overview ¶
Package atomicfile provides atomic file write operations.
All writes follow the same contract: write to a temporary file in the same directory as the target, fsync, then rename. This guarantees that readers never see a partially-written file — they see the old content or the new content, never a torn intermediate state.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.