Skip to main content

sync_file

Function sync_file 

Source
pub fn sync_file<I: Io>(fd: I::Fd) -> SyncFile<I> 
Expand description

Issues an fsync on fd, resolving when the kernel confirms the flush.