Function enqueue

Enqueue a function to be executed on the next animation frame

  • Type Parameters

    • T

    Parameters

    • fn: Updater

      function to be executed on the next animation frame; can return updated value , success or void

    • Optionaldedupe: EnqueueDedupe

      [element, operation] pair for deduplication

    Returns Promise<boolean | void | T>