Resolves all promises in the PromiseMap using Promise.allSettled.

  • Type Parameters

    • T

      Generic type for the promiseAllSettledMap function

    Parameters

    • promiseMap: PromiseMap<T>

      Mapping of settled promises

    Returns Promise<PromiseAllSettledMapResult<T>>