fs.fdatasync(fd, callback)
fd
<integer>callback
<Function>err
<Error>
异步的 fdatasync(2)
。
除了可能的异常之外,没有为完成回调提供任何参数。
fd
<integer>callback
<Function>err
<Error>
Asynchronous fdatasync(2)
. No arguments other than a possible exception are
given to the completion callback.