Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BufferFunction

Callable

  • BufferFunction(...args: any[]): Promise<any>
  • Function returned by {@link module:index~buffer buffer}.

    async

    Parameters

    • Rest ...args: any[]

      The arguments to pass to the wrapped function.

    Returns Promise<any>

    A promise resolved when all the queued invocations are complete, or rejected if any queued invocation throws an error or returns a rejected Promise.