Flowdock
method

fdatasync

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: IO
fdatasync() public

Immediately writes all buffered data in ios to disk.

If the underlying operating system does not support fdatasync(2), IO#fsync is called instead (which might raise a NotImplementedError).

Show source
Register or log in to add new notes.