@maschinenlesbar.org/ckan-cli
    Preparing search index...

    Function mapLimit

    • Run fn over items with at most limit calls in flight; results keep the input order.

      Type Parameters

      • T
      • R

      Parameters

      • items: readonly T[]
      • limit: number
      • fn: (item: T) => Promise<R>

      Returns Promise<R[]>