method
fdatasync
v1_9_2_180 -
Show latest stable
- Class:
IO
fdatasync()public
Immediately writes all buffered data in ios to disk.
NotImplementedError is raised if the underlying operating system does not support fdatasync(2).
fdatasync()Immediately writes all buffered data in ios to disk.
NotImplementedError is raised if the underlying operating system does not support fdatasync(2).