Module rustdb::atomfile

source ·
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.