Documentation
¶
Overview ¶
Package atomicfile writes a file so a crash mid-write never leaves it truncated: content goes to a temp file in the SAME directory, is fsync'd, then renamed over the target (an atomic operation on POSIX). Load-bearing state files (config.json, plan snapshots, job meta, checkpoint manifests) use this so a power loss / SIGKILL can't brick the project.
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.