Interface BucketQueueSpillCallback<T>

Type Parameters

  • T = any

Hierarchy

  • BucketQueueSpillCallback
  • Defines a callback function for handling spilled items in the queue.

    Typeparam

    T Type of items in the queue.

    Returns

    A void or a promise resolving to void.

    Parameters

    • items: T[]

      An array of items that spilled.

    Returns void | Promise<void>

Generated using TypeDoc