Module flush

Module flush 

Source
Expand description

Provides functions for flushing memory-mapped file changes to disk. Flush policy configuration for MemoryMappedFile.

Controls when writes to a RW mapping should be flushed to disk.

Structs§

TimeBasedFlusher
Time-based flush manager that handles automatic flushing at regular intervals. This is used internally when FlushPolicy::EveryMillis is configured.

Enums§

FlushPolicy
Policy controlling when to flush dirty pages to disk.