@karmaniverous/jeeves-watcher
    Preparing search index...

    Class EventQueue

    A debounced, rate-limited, concurrent event queue.

    Index

    Constructors

    Methods

    • Wait until there is no in-flight work.

      Unlike drain, this does NOT wait for debounced or queued items to be empty. It's useful when you need to temporarily quiesce outgoing work without losing or rejecting new enqueues.

      Returns Promise<void>