Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

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

    Parameters

    Returns void

Index

Functions

Functions

__promisify__

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

    Parameters

    • fd: number

      A file descriptor.

    Returns Promise<void>

Generated using TypeDoc