Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

  • Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device.

    Parameters

    Returns void

Index

Functions

Functions

__promisify__

  • __promisify__(fd: number): Promise<void>
  • Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device.

    Parameters

    • fd: number

      A file descriptor.

    Returns Promise<void>

Generated using TypeDoc