Expand description
AtomicFile - buffered version of BasicAtomicFile.
Structsยง
- Atomic
File - Based on BasicAtomicFile which makes sure that database updates are all-or-nothing. Provides read buffering for small reads, and a thread to perform commit asyncronously.