Module atomfile

Source
Expand description

AtomicFile - buffered version of BasicAtomicFile.

Structsยง

AtomicFile
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.