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