Flowdock
method

fdatasync

Importance_1
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.