flush

Function flush 

Source
pub fn flush(mmap: &MemoryMappedFile) -> Result<()>
Expand description

Flush changes for an existing mapping.

ยงErrors

Returns errors from MemoryMappedFile::flush.