Expand description
AtomicFile - buffered version of BasicAtomicFile.
Structs§
- 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.
 
AtomicFile - buffered version of BasicAtomicFile.