Skip to main content

fsync

Function fsync 

Source
pub fn fsync<Fd>(fd: Fd) -> Result<(), Errno>
where Fd: AsFd,
Expand description

Synchronize changes to a file

See also fsync(2)