@mikeyt23/node-cli-utils
    Preparing search index...

    Type Alias AllSettledResult<ParallelItemResult>

    AllSettledResult: Promise<PromiseSettledResult<Awaited<ParallelItemResult>>[]>

    The return type of ParallelExecutor.processQueue. This is a generic wrapper for Promise.allSettled with results of type ParallelItemResult. To filter the results, use type guards isSettledRejected and isSettledFulfilled.

    Type Parameters

    • ParallelItemResult