Interface BucketQueueItemCallback<T>

Type Parameters

  • T = any

Hierarchy

  • BucketQueueItemCallback
  • Defines a callback function for handling individual items in the queue.

    Typeparam

    T Type of items in the queue.

    Returns

    A void or a promise resolving to void.

    Parameters

    • item: T

      An item in the queue.

    Returns void | Promise<void>

Generated using TypeDoc